hadoop - Oozie Java Action System.out -
    i have oozie java action. after completition of job, can't find system.out.println  output in oozie log. i'm looking @  web console "job log" screen. see log output there related oozie job not system.out.println  output. how can configure oozie can see outputs of `system.out.println?          you should override log4j.properties inside hadoop jar file:   -d log4j.configuration=path_to_file   (with spacebar)   for instance:   oozie job -oozie "$oozieserverurl" -config $ooziepath/coordinator.properties -d log4j.configuration=path_to_file -run -verbose