摘要: /** * Return the number of elements in the RDD. */ def count(): Long = sc.runJob(this, Utils.getIteratorSize _).sum 阅读全文
posted @ 2019-03-17 13:55 宝哥大数据 阅读(143) 评论(0) 推荐(0)