Dotan Patrich created PIG-3798:
----------------------------------

             Summary: registered jar in pig script are appended to the 
classpath multiple times
                 Key: PIG-3798
                 URL: https://issues.apache.org/jira/browse/PIG-3798
             Project: Pig
          Issue Type: Bug
         Environment:  Apache Pig version 0.11.0-cdh4.4.0
            Reporter: Dotan Patrich


when running several pig scripts one after another using java class PigServer, 
the classpath in taskjvm.sh gets longer and longer, eventually execution breaks 
on having a too long classpath. 

The jar registered at the pig script are appended to the classpath on every 
execution. It seems that PigContext's skipJars member is the root cause for 
this as it is added jars that already exists in the list multiple times.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to