I'm running a map reduce driver class using Oozie's Java action. I can see logging for this class, but not for my mapper and reducer classes.
How do I get logging working for the mapper and reducer classes?
I'm running a map reduce driver class using Oozie's Java action. I can see logging for this class, but not for my mapper and reducer classes.
How do I get logging working for the mapper and reducer classes?