Re: Using Hadoop API through python

2009-05-08 Thread Jeff Turner
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

Re: Using Hadoop API through python

2009-05-07 Thread Zak Stone
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

Re: Using Hadoop API through python

2009-05-07 Thread Amit Saha
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