i did the same tutorial, i think they only way is doing it outside hadoop.in
the command line:cat folder/* | python mapper.py | sort | python reducer
El Miércoles, 4 de octubre, 2017 16:20:31, Tanvir Rahman
<[email protected]> escribió:
Hello,I have a small cluster and I am running MapReduce WordCount application
in it.
I want to print some variable values in the console(where you can see the map
and reduce job progress and other job information) for debugging purpose while
running the MapReduce application. What is the easiest way to do that?
Thanks in advance.
Tanvir