You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2009/03/05 22:59:56 UTC

[jira] Created: (HIVE-328) [hive] wrong job name

[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.


[jira] Resolved: (HIVE-328) [hive] wrong job name

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-328.
-----------------------------

    Resolution: Duplicate
      Assignee: Namit Jain

duplicate of 384

> [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
>            Assignee: 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.