Replies: 2
I have a Map/Reduce jar with log4j.properties embedded with my class files and the debug level set at root.
When I run this on an older Hadoop distribution I get log output in the job files. When I run this with the HDP2.0 sandbox I don’t see any log
output in the logs via the console or on the file system.
How do I get the log levels to output in the sandbox for a map/reduce java job and where should I expect them to be?