Created 12-15-2015 08:39 PM
For example, "-Dlog4j.debug" or "-Dlog4j.configuration='foo'
Created 12-16-2015 10:46 PM
Thanks, @rich. Turns out what I was after was the well documented <java-opt> tag when defining the java action. I apparently missed it the first few times I looked at the oozie specification.
Created 12-16-2015 02:21 AM
You can set properties using -D, but you need a space. For example:
oozie job -D property=value -run ...
Not sure if that works for log4j properties though.
Created 12-16-2015 10:46 PM
Thanks, @rich. Turns out what I was after was the well documented <java-opt> tag when defining the java action. I apparently missed it the first few times I looked at the oozie specification.