public marks

PUBLIC MARKS with tag hadoop

2012

2010

2009

2008

Hadoop: When grownups do open source

by François Hodierne, 2 comments

When it comes to open source, Hadoop is a good example of what separates the men from the boys.

InfoQ: MapReduceとHadoopの将来について、YahooのDoug Cuttingにインタビュー

by kuroyagi (via)
"このInfoQスペシャルインタビューでは、YahooにおいてHadoopがどのように使われているか、その開発におけるチャレンジ、そしてプロジェクトの将来的な方向性についてCuttingが語ってくれています。"

TechCrunch Japanese アーカイブ » ヤフーが検索にHadoop採用、グーグルっぽく脱皮を図る

by kuroyagi
"Hadoopは大規模分散型コンピューティングを得意とするソフト。グーグルの「MapReduce(MR)」の実装と分散ファイルシステムを含むオープンソースの分散コンピューティングプラットフォームだ"

2007

Writing An Hadoop MapReduce Program In Python - Michael G. Noll

by ogrisel
Even though the Hadoop framework is written in Java, programs for Hadoop need not to be coded in Java but can also be developed in other languages like Python or C (the latter since version 0.14.1). However, the documentation and the most prominent Python example on the Hadoop home page could make you think that you must translate your Python code using Jython into a Java jar file. Obviously, this is not very convenient and can even be problematic if you depend on Python features not provided by Jython. Another issue of the Jython approach is the overhead of writing your Python program in such a way that it can interact with Hadoop - just have a look at the example in ${HADOOP_INSTALL}/src/examples/python/WordCount.py and you see what I mean. I still recommend to have at least a look at the Jython approach and maybe even at the new C MapReduce API called Pipes, it's really interesting. Having that said, the ground is prepared for the purpose of this tutorial: writing a Hadoop MapReduce program in a more Pythonic way, i.e. in a way you should be familiar with.

Active users

astrochoupe
last mark : 12/01/2012 23:02

krachot
last mark : 21/04/2010 20:33

webs
last mark : 07/04/2009 08:40

jey
last mark : 16/03/2009 20:55

François Hodierne
last mark : 16/03/2009 10:51

kuroyagi
last mark : 21/02/2008 13:31

CharlyBr
last mark : 07/02/2008 15:22

ogrisel
last mark : 09/10/2007 09:49

benoit
last mark : 12/04/2007 09:29