You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Paul Yang (JIRA)" <ji...@apache.org> on 2010/02/02 19:54:18 UTC

[jira] Created: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

Hive CLI shows 'Ended Job=' at the beginning of the job
-------------------------------------------------------

                 Key: HIVE-1125
                 URL: https://issues.apache.org/jira/browse/HIVE-1125
             Project: Hadoop Hive
          Issue Type: Bug
    Affects Versions: 0.6.0
            Reporter: Paul Yang
            Assignee: Paul Yang


Instead of "Starting Job = ", it prints "Ended Job ="

{code}
Total MapReduce jobs = 1
Launching Job 1 out of 1
Number of reduce tasks is set to 0 since there's no reduce operator
Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
{code}

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


[jira] Updated: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

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

Paul Yang updated HIVE-1125:
----------------------------

    Status: Patch Available  (was: Open)

> Hive CLI shows 'Ended Job=' at the beginning of the job
> -------------------------------------------------------
>
>                 Key: HIVE-1125
>                 URL: https://issues.apache.org/jira/browse/HIVE-1125
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>         Attachments: HIVE-1125.1.patch
>
>
> Instead of "Starting Job = ", it prints "Ended Job ="
> {code}
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks is set to 0 since there's no reduce operator
> Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
> Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
> 2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
> {code}

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


[jira] Updated: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

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

Paul Yang updated HIVE-1125:
----------------------------

    Attachment: HIVE-1125.2.patch

Nevermind, it seems that it's a typo. Instead of calling getJobStartMsg(), ExecDriver called getJobEndMsg().

> Hive CLI shows 'Ended Job=' at the beginning of the job
> -------------------------------------------------------
>
>                 Key: HIVE-1125
>                 URL: https://issues.apache.org/jira/browse/HIVE-1125
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>         Attachments: HIVE-1125.1.patch, HIVE-1125.2.patch
>
>
> Instead of "Starting Job = ", it prints "Ended Job ="
> {code}
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks is set to 0 since there's no reduce operator
> Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
> Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
> 2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
> {code}

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


[jira] Commented: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828741#action_12828741 ] 

Namit Jain commented on HIVE-1125:
----------------------------------

+1


> Hive CLI shows 'Ended Job=' at the beginning of the job
> -------------------------------------------------------
>
>                 Key: HIVE-1125
>                 URL: https://issues.apache.org/jira/browse/HIVE-1125
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>         Attachments: HIVE-1125.1.patch, HIVE-1125.2.patch
>
>
> Instead of "Starting Job = ", it prints "Ended Job ="
> {code}
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks is set to 0 since there's no reduce operator
> Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
> Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
> 2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
> {code}

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


[jira] Updated: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

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

Paul Yang updated HIVE-1125:
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
           Status: Resolved  (was: Patch Available)

> Hive CLI shows 'Ended Job=' at the beginning of the job
> -------------------------------------------------------
>
>                 Key: HIVE-1125
>                 URL: https://issues.apache.org/jira/browse/HIVE-1125
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1125.1.patch, HIVE-1125.2.patch
>
>
> Instead of "Starting Job = ", it prints "Ended Job ="
> {code}
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks is set to 0 since there's no reduce operator
> Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
> Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
> 2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
> {code}

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


[jira] Updated: (HIVE-1125) Hive CLI shows 'Ended Job=' at the beginning of the job

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

Paul Yang updated HIVE-1125:
----------------------------

    Attachment: HIVE-1125.1.patch

The change was traced to HIVE-964. Not quite sure why the change was made...

> Hive CLI shows 'Ended Job=' at the beginning of the job
> -------------------------------------------------------
>
>                 Key: HIVE-1125
>                 URL: https://issues.apache.org/jira/browse/HIVE-1125
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>         Attachments: HIVE-1125.1.patch
>
>
> Instead of "Starting Job = ", it prints "Ended Job ="
> {code}
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> Number of reduce tasks is set to 0 since there's no reduce operator
> Ended Job = job_201002012342_2688, Tracking URL = http://silver.data.facebook.com:50030/jobdetails.jsp?jobid=job_201002012342_2688
> Kill Command = /data/users/pyang/task2/trunk/dist/shortcuts/silver.trunk/hadoop/bin/../bin/hadoop job  -Dmapred.job.tracker=silver.data.facebook.com:50029 -kill job_201002012342_2688
> 2010-02-02 10:47:05,067 Stage-1 map = 0%,  reduce = 0%
> {code}

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