You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ramya Sunil (Created) (JIRA)" <ji...@apache.org> on 2011/10/22 02:46:32 UTC

[jira] [Created] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Invalid tracking URL for streaming jobs
---------------------------------------

                 Key: MAPREDUCE-3243
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/streaming, mrv2
    Affects Versions: 0.23.0
            Reporter: Ramya Sunil
             Fix For: 0.23.0


The tracking URL for streaming jobs currently display "http://N/A"

{noformat}
INFO streaming.StreamJob: To kill this job, run:
INFO streaming.StreamJob: hadoop job -kill <jobID>
INFO streaming.StreamJob: Tracking URL: http://N/A
INFO mapreduce.Job: Running job: <jobID>
INFO mapreduce.Job:  map 0% reduce 0%
INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>

{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150475#comment-13150475 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #898 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/898/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201951
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150070#comment-13150070 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1293 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1293/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201951
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Vinod Kumar Vavilapalli (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148277#comment-13148277 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-3243:
----------------------------------------------------

Jonathan, will this be a dup if we go the route of MAPREDUCE-3387? Essentially, we will never return N/A and instead return the URL of the proxy for that application.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150043#comment-13150043 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1345 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1345/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201951
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150444#comment-13150444 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #77 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/77/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) - Merging r1201951 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201952
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Mahadev konar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-3243:
-------------------------------------

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

Just committed this. Thanks Jonathan.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150434#comment-13150434 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #864 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/864/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201951
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150036#comment-13150036 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #169 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/169/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) - Merging r1201951 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201952
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150058#comment-13150058 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #181 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/181/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) - Merging r1201951 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201952
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150045#comment-13150045 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1271 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1271/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201951
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150463#comment-13150463 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #94 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/94/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) - Merging r1201951 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201952
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3243:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148527#comment-13148527 ] 

Jonathan Eagles commented on MAPREDUCE-3243:
--------------------------------------------

Vinod, I also thought that at first. This job, however, prints the tracking url to the console itself, which has been made redundant now that the client service delegate prints the tracking url as well. I have then made this bug to remove the tracking url printing in the job, leaving that responsibility to the client service delegate. While remove that print statement, I also removed the printing of how to kill this job since that is no longer correct.

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles reassigned MAPREDUCE-3243:
------------------------------------------

    Assignee: Jonathan Eagles
    
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3243:
---------------------------------------

    Target Version/s: 0.23.1
       Fix Version/s:     (was: 0.23.1)
    
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150080#comment-13150080 ] 

Jonathan Eagles commented on MAPREDUCE-3243:
--------------------------------------------

Thanks, Mahadev and Vinod for taking a look.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148105#comment-13148105 ] 

Hadoop QA commented on MAPREDUCE-3243:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12503301/MAPREDUCE-3243.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1292//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1292//console

This message is automatically generated.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150038#comment-13150038 ] 

Hudson commented on MAPREDUCE-3243:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #170 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/170/])
    MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) - Merging r1201951 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201952
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java

                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3243:
---------------------------------------

    Attachment: MAPREDUCE-3243.patch
    
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148094#comment-13148094 ] 

Jonathan Eagles commented on MAPREDUCE-3243:
--------------------------------------------

Tracking URLs aren't available at the time of request since there is a delay between job submission and container assignment. Rather than poll for container assignment, handling numerous error conditions, I have opted to just remove this redundant information as well as the no long valid method killing the job.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148155#comment-13148155 ] 

Jonathan Eagles commented on MAPREDUCE-3243:
--------------------------------------------

No tests are needed due to only changing logging to the console.
                
> Invalid tracking URL for streaming jobs
> ---------------------------------------
>
>                 Key: MAPREDUCE-3243
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3243
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming, mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Jonathan Eagles
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3243.patch
>
>
> The tracking URL for streaming jobs currently display "http://N/A"
> {noformat}
> INFO streaming.StreamJob: To kill this job, run:
> INFO streaming.StreamJob: hadoop job -kill <jobID>
> INFO streaming.StreamJob: Tracking URL: http://N/A
> INFO mapreduce.Job: Running job: <jobID>
> INFO mapreduce.Job:  map 0% reduce 0%
> INFO mapred.ClientServiceDelegate: Tracking Url of JOB is <host:port>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira