Create custom writable key/value type in python for Hadoop Map Reduce?
问题 I have worked on Hadoop MR for quite some time and I have created and used custom(extension) Writable classes including MapWritable . Now I am required to translate the same MR that I have written in Java to Python. I do not have experience in python and am now exploring the various libraries for the same. I am looking into some options like Pydoop and Mrjob . However, I want to know if these libraries contain the option to create similar custom Writable classes and how to create them. If not