[
https://issues.apache.org/jira/browse/MAPREDUCE-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397896#comment-13397896
]
Hudson commented on MAPREDUCE-3889:
-----------------------------------
Integrated in Hadoop-Common-trunk-Commit #2374 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2374/])
MAPREDUCE-3889. job client tries to use /tasklog interface, but that
doesn't exist anymore (Devaraj K via bobby) (Revision 1352330)
Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1352330
Files :
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Job.java
> job client tries to use /tasklog interface, but that doesn't exist anymore
> --------------------------------------------------------------------------
>
> Key: MAPREDUCE-3889
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3889
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.1, 2.0.1-alpha, 3.0.0
> Reporter: Thomas Graves
> Assignee: Devaraj K
> Priority: Critical
> Attachments: MAPREDUCE-3889.patch, MAPREDUCE-3889.patch
>
>
> if you specify -Dmapreduce.client.output.filter=SUCCEEDED option when
> running a job it tries to fetch task logs to print out on the client side
> from a url like:
> http://nodemanager:8080/tasklog?plaintext=true&attemptid=attempt_1329857083014_0003_r_000000_0&filter=stdout
> It always errors on this request with: Required param job, map and reduce
> We saw this error when using distcp and the distcp failed. I'm not sure if it
> is mandatory for distcp or just informational purposes. I'm guessing the
> latter.
--
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