min

fun <T : Comparable<T>> JavaRDD<T>.min(): T

Returns the minimum element from this RDD as defined by the specified Comparator.

Return

the minimum of the RDD