如何单独打印特定分区的元素,比如说第5个?
val distData = sc.parallelize(1 to 50, 10)
scala apache-spark rdd
apache-spark ×1
rdd ×1
scala ×1