七、rdd究竟是什么
摘要:RDD是个抽象类,定义了诸如map()、reduce()等方法,但实际上继承RDD的派生类一般只要实现两个方法: def getPartitions: Array[Partition] def compute(thePart: Partition, context: TaskContext): Ne
阅读全文
posted @ 2016-08-02 22:23
posted @ 2016-08-02 22:23
posted @ 2016-08-02 22:22
posted @ 2016-08-02 22:20
posted @ 2016-08-02 22:15
posted @ 2016-08-02 22:12
posted @ 2016-08-02 22:07
posted @ 2016-08-02 22:05