Dear all,

We encountered a problem when testing the pig auto local feature.

We run pig jobs which are triggered by oozie on a CDH 5 cluster.
The pig auto local mode is configured in the oozie-pig action in the workflow 
with:
            <configuration>
                <property>
                    <name>pig.auto.local.enabled</name>
                    <value>true</value>
                </property>
                <property>
                    <name>pig.auto.local.input.maxbytes</name>
                    <value>256000000</value>
                </property>
           </configuration>

The job seems to run fine and the log indicates that the auto local mode is 
working, but the log file are incomplete. For instance the job stats summary is 
missing.
Additionally a lot of error messages appear:
  log4j:ERROR Attempted to append to closed appender named [A].
  log4j:ERROR Attempted to append to closed appender named [B].

This is not the case, when pig runs without the auto local feature.

The following versions are in use:
Oozie: 4.1.0
Pig: 0.15

Any ideas, why the logging is not working properly with the auto local mode?

Best regards,
                Bastian

Reply via email to