标签: apache-spark
一般而言,所有其他事情都是平等的,预计会更快地运行?
val a = myRDD.sample(true, 0.01) val b = myRDD.sample(false, 0.01)