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

unconnected load causes exception

    XMLWordPrintableJSON

Details

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

    Description

      Load expects to be connected to another operator and when it is not,an exception is raised. Two scripts that cause this behavior

      grunt> B = load 'foo' USING PigStorage() AS (s:chararray);
      grunt> describe B;

      grunt> B = load 'foo' USING PigStorage() AS (s:chararray);
      grunt> dump B;

      Attachments

        1. 373.patch
          1 kB
          Shravan Matthur Narayanamurthy
        2. 373-1.patch
          0.8 kB
          Shravan Matthur Narayanamurthy

        Activity

          People

            shravanmn Shravan Matthur Narayanamurthy
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: