If you're looking to target the actual launcher job's map tasks (such as the map task that runs a specified Java action's class), then you need to specify it in the <configuration> of the action in this form:
<property> <name>oozie.launcher.mapred.map.child.log.level</name> <value>DEBUG</value> </property> On Tue, Nov 25, 2014 at 7:38 PM, Kenneth Kavaliauskas < [email protected]> wrote: > Hi, > > > > I’m using oozie 4.0.1 and trying to set the debug level for the jobs that > I’m running via oozie. > > > > I have a java action and have set mapred.map.child.log.level=DEBUG and > mapred.reduce.child.log.level=DEBUG in both the configuration properties as > well as the java-opts. > > > > Neither seems to have any affect and when I look at the job.xml for the > started map job it always is set to INFO. > > > > Is there another place where I should be setting these values or an > additional configuration file that needs to be updated? > > > > Thanks for any assistance, > > Ken > > > > [image: Description: Description: > http://insite.telcordia.com/corporate/pr/brand/downloads/templates/EricssonLine.gif] > > Ken Kavaliauskas > > Software Engineer > > > > Ericsson > > [email protected] > > www.ericsson.com > > > > [image: Description: Description: > http://insite.telcordia.com/corporate/pr/brand/downloads/templates/EricssonLogo.gif] > > > -- Harsh J
