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

streaming job stuck with script failure when combined with split

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.17.0
    • impl
    • None
    • Reviewed

    Description

      test.pig
       
      DEFINE myawk `./test.awk` ship('./test.awk');
      DEFINE mypy `python my.py` ship ('./my.py');
      A = load 'input.txt';
      B =  stream A through myawk ;
      BB =  stream A through mypy ;
      store B into '$output/abc';
      store BB into '$output/bcd';
      

      This script would hang when my.py fails with syntax error.
      (input.txt has to large)

      Attachments

        1. pig-5198-v01.patch
          2 kB
          Koji Noguchi

        Activity

          People

            knoguchi Koji Noguchi
            knoguchi Koji Noguchi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: