[
https://issues.apache.org/jira/browse/PIG-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated PIG-1215:
----------------------------------
Attachment: pig-1215_1.patch
Added a -D switch "-Dpig.logging.PutAllMessagesInFile=myfile.log" If this
switch is specified all the log messages will go to file specified in value of
switch (myfile.log in the given example). Jobids will be printed separately on
each line as:
{noformat}
HadoopJobId: job_200912011426_19926
{noformat}
Other changes as in previous patch.
> Make Hadoop jobId more prominent in the client log
> --------------------------------------------------
>
> Key: PIG-1215
> URL: https://issues.apache.org/jira/browse/PIG-1215
> Project: Pig
> Issue Type: Improvement
> Reporter: Olga Natkovich
> Assignee: Ashutosh Chauhan
> Fix For: 0.7.0
>
> Attachments: pig-1215.patch, pig-1215.patch, pig-1215_1.patch
>
>
> This is a request from applications that want to be able to programmatically
> parse client logs to find hadoop Ids.
> The woould like to see each job id on a separate line in the following format:
> hadoopJobId: job_123456789
> They would also like to see the jobs in the order they are executed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.