On job failure log some messages explaining that Hive is retrieving task 
completion events
------------------------------------------------------------------------------------------

                 Key: HIVE-1875
                 URL: https://issues.apache.org/jira/browse/HIVE-1875
             Project: Hive
          Issue Type: Improvement
          Components: Query Processor
            Reporter: Carl Steinbach


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. HIVE-1578 added a configuration property that allows the user to 
disable this behavior.

This ticket covers adding some logging statements notifying the user that HIve 
is retrieving this information. This intended to avoid giving the user the 
impression that the CLI has simply locked up.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to