[
https://issues.apache.org/jira/browse/HIVE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900948#action_12900948
]
Carl Steinbach commented on HIVE-1578:
--------------------------------------
It would probably also be a good idea to add some INFO level logging statements
to the loop in showJobDebugFailInfo() so that the user can roughy gauge the
rate of progress.
> 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.