[
https://issues.apache.org/jira/browse/HIVE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900946#action_12900946
]
Carl Steinbach commented on HIVE-1578:
--------------------------------------
Hi Paul, before calling showJobDebugFailInfo() can you please print out a
message telling the user that you're going to do this, that it may take a long
time to complete, and that this feature can be disabled by setting the conf
property {{hive.exec.show.job.failure.debug.info}}?
> Add conf. property hive.exec.show.job.failure.debug.info to enable/disable
> displaying link to the task with most failures
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-1578
> URL: https://issues.apache.org/jira/browse/HIVE-1578
> Project: Hadoop Hive
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Paul Yang
> Assignee: Paul Yang
> Fix For: 0.7.0
>
> Attachments: HIVE-1578.1.patch
>
>
> If a job fails, Hive currently displays a link to the task with the most
> number of failures for easy access to the error logs. However, generating the
> link may require many RPC's to get all the task completion events, adding a
> delay of up to 30 minutes. This patch adds a configuration variable to
> control whether the link is generated. Turning off this feature would also
> disable automatic debugging tips generated by heuristics reading from the
> error logs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.