您的位置:首页 > 其它

Spark and Tez Highlight MapReduce Problems

2014-03-27 14:15 162 查看
On February 3rd, Cloudera announced
support for Apache Spark as part of Cloudera Enterprise. I’ve blogged
about Spark before so I won’t go into substantial detail here, but the short version is Spark improves upon MapReduce by removing the need to write data to disk between steps. Spark also takes advantage of in-memory processing and data sharing for further
optimizations.

The other successor to MapReduce (of course there is more than one) is Apache Tez. Tez improves
upon MapReduce by removing the need to write data to disk between steps (Sound familiar?). It also has in-memory capabilities similar to Spark. Thus far Hortonworks has thrown its weight behind Tez development as part of the
Stinger project.

Both Tez and Spark are described as supplementing MapReduce workloads. However, I don’t think this will be case much longer. The world has changed since Google published the original MapReduce paper in 2004. Memory prices have plummeted while data volumes and
sources have increased, making legacy MapReduce less appealing.

Vendors will likely begin distancing themselves from MapReduce for more performant options once there are some high profile customer references. It remains to be seen what this means for early adopters with legacy MapReduce applications.

Thanks to Josh Wills at Cloudera for helping clarify the advantage provided by Spark & Tez.

Ref: http://blogs.gartner.com/nick-heudecker/spark-tez-highlight-mapreduce-problems/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: