关注 spark技术分享,
撸spark源码 玩spark最佳实践

标签:spark-core

第27页
Actions-spark技术分享
spark-core

Actions

admin阅读(1466)赞(0)

Actions Actions are RDD operations that produce non-RDD values. They materialize a value in a Spark program. In ot ...

PairRDDFunctions-spark技术分享
spark-core

PairRDDFunctions

admin阅读(1268)赞(0)

PairRDDFunctions Tip Read up the scaladoc of PairRDDFunctions. PairRDDFunctions are available in RDDs of ...

Transformations-spark技术分享
spark-core

Transformations

admin阅读(1217)赞(0)

Transformations Transformations are lazy operations on a RDD that create one or many new RDDs, e.g. map, filter, ...

Operators-spark技术分享
spark-core

Operators

admin阅读(1090)赞(0)

Operators - Transformations and Actions RDDs have two types of operations: transformations and actions. Note ...

ShuffledRDD-spark技术分享
spark-core

ShuffledRDD

admin阅读(1222)赞(0)

ShuffledRDD ShuffledRDD is an RDD of key-value pairs that represents the shuffle step in a RDD lineage. It uses cu ...

NewHadoopRDD-spark技术分享
spark-core

NewHadoopRDD

admin阅读(1284)赞(0)

NewHadoopRDD NewHadoopRDD is an RDD of K keys and V values. NewHadoopRDD is created when: SparkContext.newAP ...

HadoopRDD-spark技术分享
spark-core

HadoopRDD

admin阅读(1638)赞(0)

HadoopRDD HadoopRDD is an RDD that provides core functionality for reading data stored in HDFS, a local file syste ...

SubtractedRDD-spark技术分享
spark-core

SubtractedRDD

admin阅读(1176)赞(0)

SubtractedRDD Caution FIXME Computing Partition (in TaskContext) — compute Method [cr ...

CoGroupedRDD-spark技术分享
spark-core

CoGroupedRDD

admin阅读(1626)赞(0)

CoGroupedRDD A RDD that cogroups its pair RDD parents. For each key k in parent RDDs, the resulting RDD contains a ...

关注公众号:spark技术分享

联系我们联系我们