[hive] wrong job name
---------------------
Key: HIVE-328
URL: https://issues.apache.org/jira/browse/HIVE-328
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Reporter: Namit Jain
If a hive query has multiple map-reduce jobs, the job names are sometimes not
correct.
For example, for a query with 3 stages, it should be:
Query (1/3)
Query (2/3)
Query (3/3)
but it is always
Query (1/3)
looks some bug in Driver.java.
Also, it would be good to add mapred.job.submitClient which can be obtained
from StringUtils.getHostName
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.