NullPointerException in PigServer when invoking debugOff() method
-----------------------------------------------------------------
Key: PIG-1332
URL: https://issues.apache.org/jira/browse/PIG-1332
Project: Pig
Issue Type: Bug
Components: impl
Affects Versions: 0.6.0
Reporter: Paolo Castagna
Priority: Minor
{code}
PigServer pig = new PigServer("local");
pig.debugOff();
{code}
The debugOff() method is causing a NullPointerException.
Root cause is defaultLogLevel which is null in PigContext.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.