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

Direct fetch doesn't set job submission timestamps

    XMLWordPrintableJSON

Details

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

    Description

      The following query fails in fetch mode:

      A = load 'data' as (a:chararray);   
      B = FOREACH A generate 'a', CurrentTime();     
      dump B;
      

      Reason: CurrentTime() throws an exception if pig.job.submitted.timestamp is not set.

      Attachments

        1. PIG-3889.patch
          4 kB
          Lorand Bendig
        2. PIG-3889-2.patch
          5 kB
          Lorand Bendig

        Activity

          People

            lbendig Lorand Bendig
            lbendig Lorand Bendig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: