大数据spark,kafka,hbase,elasticsearch,机器学习AI,海量实践干货,面试宝典spark技术分享

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

精品课程系列

大数据-机器学习-成长训练营

一周热门排行

  • 暂无最多评论文章!
Actions-spark技术分享
spark-core

Actions

admin阅读(1592)赞(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阅读(1396)赞(0)

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

Transformations-spark技术分享
spark-core

Transformations

admin阅读(1358)赞(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阅读(1206)赞(0)

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

ShuffledRDD-spark技术分享
spark-core

ShuffledRDD

admin阅读(1351)赞(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阅读(1407)赞(0)

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

HadoopRDD-spark技术分享
spark-core

HadoopRDD

admin阅读(1746)赞(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阅读(1281)赞(0)

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

CoGroupedRDD-spark技术分享
spark-core

CoGroupedRDD

admin阅读(1755)赞(0)

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

关注公众号:spark技术分享

联系我们联系我们