TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why Hadoop MapReduce needs Scala

33 点作者 mischa_u大约 13 年前

3 条评论

posco大约 13 年前
If you're interested in scalding, Edwin Chen's awesome recommendation post can't be beat:<p><a href="http://blog.echen.me/2012/02/09/movie-recommendations-and-more-via-mapreduce-and-scalding/" rel="nofollow">http://blog.echen.me/2012/02/09/movie-recommendations-and-mo...</a>
oacgnol大约 13 年前
Having written MR jobs in the original Java format, I can tell you that it's quite valuable to do so before learning a DSL like Scalding or Pig.<p>I found <a href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/" rel="nofollow">http://www.michael-noll.com/tutorials/running-hadoop-on-ubun...</a> to be a very good tutorial for a quickstart guide to Hadoop.
评论 #3769162 未加载
michaelochurch大约 13 年前
My personal experience is that, while Java has a lot of great technologies associated with it, such as Hadoop, they're hard as hell to learn. The problem isn't the systems. It's that large systems in Java become cluttered with accidental complexity, which makes easy things hard to write and read and hard things nearly insurmountable. I'm a major fan of any effort to put support the best parts of the Jawva ecosystem on these new, far better, JVM languages.