Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-1640

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • None
    • None

    Description

      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
      +"

      Attachments

        Activity

          People

            olgan Olga Natkovich
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: