Hi all, I am using the streaming library of hadoop-0.20 to be able to write map and reduce functions in python. Is it possible to make hadoop MapReduce not opening the input files? the map function does not need the stream of input files contents. Has someone tried this already?
Thanks! Hassen