You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Ahmad Humayun <ah...@gmail.com> on 2008/04/15 21:19:32 UTC

Python and HDFS

I need to use HDFS with Python. I have looked at Saptarshi's guide (
http://www.stat.purdue.edu/~sguha/code.html#hadoopy) but it mentions that
the method doesn't support writes. I need one which does.....any ideas?


regards

-- 
Ahmad Humayun
Research Assistant
Computer Science Dpt., LUMS
+92 321 4457315

Re: Python and HDFS

Posted by Ian Holsman <li...@holsman.net>.
Ahmad Humayun wrote:
> I need to use HDFS with Python. I have looked at Saptarshi's guide (
> http://www.stat.purdue.edu/~sguha/code.html#hadoopy) but it mentions that
> the method doesn't support writes. I need one which does.....any ideas?
>
>
> regards
>
>   
Saptarshi is using libHDFS that has write APIs. you might need to update 
the swig file.

Regards
Ian