Lorand Bendig created PIG-3889:
----------------------------------

             Summary: Direct fetch doesn't set job submission timestamps
                 Key: PIG-3889
                 URL: https://issues.apache.org/jira/browse/PIG-3889
             Project: Pig
          Issue Type: Bug
            Reporter: Lorand Bendig
            Assignee: Lorand Bendig


The following query fails in fetch mode:
{code}
A = load 'data' as (a:chararray);   
B = FOREACH A generate 'a', CurrentTime();     
dump B;
{code}

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to