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

file globbing causing param substitution to fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • grunt
    • None
    • Mac OS Lion

    Description

      It is possible to cause parameter substitution to fail in pig scripts. The following script fails because the parameters don't get substituted:
      fs -cp $scriptpath/*.py .
      data = load '$inputdir/*/cluster' using PigStorage(',');
      store data into '$outputdir/data';
      I'm trying to attach a compressed directory that shows the problem.

      Attachments

        1. pigbug.zip
          4 kB
          Field Cady

        Activity

          People

            Unassigned Unassigned
            field.cady Field Cady
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: