Hello, Friends,
I am new to python, currently I have a requirement to use python to create a mapreduce job in HADOOP... I searched every where but couldn't get any lead.
1) First I need read a KEY, VALUE pair from the Hadoop sequential file.
2) Secondly, need to uncompress the Value read from the sequential file
Please help me..... Is there any builtin class in hadoop that can be used in python to read the sequential file?