bin/pig does not run in local mode due to classes missing from classpath
------------------------------------------------------------------------

                 Key: PIG-1640
                 URL: https://issues.apache.org/jira/browse/PIG-1640
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Olga Natkovich
             Fix For: 0.8.0


This issue was reported by one of Yahoo users. I have not verified the problem. 
Here is the report

"when do bin/pig -x local, the shell doesn't come up.  It complained about 
jline not being found.  Here is a patch to bin/pig:

+for f in $PIG_HOME/build/ivy/lib/Pig/*.jar; do
+    CLASSPATH=${CLASSPATH}:$f;
+done
+"


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to