翻译
文章平均质量分 91
coley-wu
孟浪
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spark官方文档翻译:Quick Start
Spark中文文档原创 2017-09-05 12:46:11 · 1317 阅读 · 0 评论 -
Spark官方文档翻译:Spark Programming Guide(一)
spark中文文档原创 2017-09-06 11:54:10 · 1109 阅读 · 0 评论 -
Spark Programming Guide(四)
Shuffle operationsCertain operations within Spark trigger an event known as the shuffle. The shuffle is Spark’s mechanism for re-distributing data so that it’s grouped differently across partitions. Th原创 2017-09-23 12:03:46 · 629 阅读 · 0 评论 -
Spark Programming Guide(五)
RDD PersistenceOne of the most important capabilities in Spark is persisting (or caching) a dataset in memory across operations. When you persist an RDD, each node stores any partitions of it that it c原创 2017-09-26 09:39:02 · 567 阅读 · 0 评论 -
Spark Programming Guide(二)
spark中文文档 Spark Programming Guide(二)原创 2017-09-19 15:58:53 · 974 阅读 · 0 评论 -
Spark Programming Guide(三)
Working with Key-Value PairsWhile most Spark operations work on RDDs containing any type of objects, a few special operations are only available on RDDs of key-value pairs. The most common ones are dis原创 2017-09-22 10:36:56 · 636 阅读 · 0 评论
分享