i am a big fan of happy, developed by freebase.com
http://code.google.com/p/happy/
http://research.freebase.com/
jeff
Aditya Desai wrote:
Hi All,
Is there any way that I can access the hadoop API through python. I am aware
that hadoop streaming can be used to create a mapper and reducer in
You should consider using Dumbo to run Python jobs with Hadoop Streaming:
http://wiki.github.com/klbostee/dumbo
Dumbo is already very useful, and it is improving all the time.
Zak
On Fri, May 8, 2009 at 12:07 AM, Aditya Desai wrote:
> Hi All,
> Is there any way that I can access the hadoop AP
On Fri, May 8, 2009 at 9:37 AM, Aditya Desai wrote:
> Hi All,
> Is there any way that I can access the hadoop API through python. I am aware
> that hadoop streaming can be used to create a mapper and reducer in a
> different language but have not come accross any module that helps me apply
> funct
Hi All,
Is there any way that I can access the hadoop API through python. I am aware
that hadoop streaming can be used to create a mapper and reducer in a
different language but have not come accross any module that helps me apply
functions to manipulate data or control as is an option in java. Fir