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 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

php - How do you embed a video into a custom theme on WordPress? -