[ 
https://issues.apache.org/jira/browse/PIG-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lorand Bendig updated PIG-3889:
-------------------------------

    Attachment: PIG-3889.patch

The patch sets the missing conf. properties similarly to 
{{MapReduceLauncher#launchPig()}}.

> 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
>         Attachments: 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