Python知识分享网 - 专业的Python学习网站 学Python,上Python222
Advanced Analytics with PySpark PDF 下载
匿名网友发布于:2024-12-27 10:11:19
(侵权举报)
(假如点击没反应,多刷新两次就OK!)

Advanced Analytics with PySpark PDF 下载 图1

 

 

资料内容:

Comparison with MapReduce
One illuminating way to understand Spark is in terms of its advances over its prede-cessor,Apache Hadoop's MapReduce. MapReduce revolutionized computation overhuge datasets by offering a simple and resilient model for writing programs that couldexecute in parallel across hundreds to thousands of machines. It broke up work intosmall tasks and could gracefully accommodate task failures without compromisingthe job to which they belonged.