[
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