values

fun <K, V> JavaRDD<Tuple2<K, V>>.values(): JavaRDD<V>

Return an RDD with the values of each tuple.