[ 
https://issues.apache.org/jira/browse/PIG-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969779#comment-13969779
 ] 

Lorand Bendig commented on PIG-3889:
------------------------------------

Cheolsoo, thanks for committing it!

> 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
>             Fix For: 0.13.0
>
>         Attachments: PIG-3889-2.patch, PIG-3889.patch
>
>
> 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