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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

NYTimes.com Announces Map/Reduce Toolkit

58 点作者 bdotdub大约 16 年前

7 条评论

misterbwong大约 16 年前
I have to give a lot of respect to NYT. Whether this project sticks or not, it's things like this that make me think NYT is going to be one of the few newspapers to survive the crisis hitting the papers (albeit in a much smaller and much different form). They're one of the few newspapers at least <i>trying</i> to get it. Others are just complaining while hemorrhaging money.
评论 #604834 未加载
SwellJoe大约 16 年前
Interesting that it's built in Ruby. I was under the impression that NYTimes did pretty much all of their dynamic language work in Perl.
评论 #604426 未加载
评论 #604740 未加载
matrix大约 16 年前
Anyone know why they built this rather than use Hive or Pig? One thing that drives me nuts is that all of these MR tools are very slow because they don't take advantage of indexes and use inefficient storage (e.g. in this case, plain text files), both of which would likely improve query performance considerably.
评论 #607763 未加载
mlLK大约 16 年前
I think it's interesting that this was released by the New York Times. . .this could be prove to be an interesting new model/trend for newspaper publishers to remain as a viable competitor in the 21st century, given the bad-rap they seem to be giving themselves these days as news<i>paper</i> publishers. D=
earle大约 16 年前
This is pretty meaningless -- there's already a THRIFT interface which allows easy job creation and control as well as HadoopStreaming which allows access to creating map-reduce jobs for anything using stdin/stdout.<p>This has dubious benefit, and just adds another unnecessary layer into this process. I'm not sure why this is news.
评论 #604510 未加载
adw大约 16 年前
last.fm did something similar, called Dumbo, for writing your Hadoop jobs in Python.
grandalf大约 16 年前
the least they could do is post a link to the code on github to help out a startup -- why use google code?