MAPREDUCE-3646. Remove redundant URL info from "mapred job" output. (Jonathan Eagles via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1235034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0016ba85f
commit
27c56b02b3
@ -535,6 +535,9 @@ Release 0.23.1 - Unreleased
|
||||
MAPREDUCE-3702. internal server error trying access application master
|
||||
via proxy with filter enabled (Thomas Graves via mahadev)
|
||||
|
||||
MAPREDUCE-3646. Remove redundant URL info from "mapred job" output.
|
||||
(Jonathan Eagles via mahadev)
|
||||
|
||||
Release 0.23.0 - 2011-11-01
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -1216,6 +1216,7 @@ public JobStatus run() throws IOException, InterruptedException,
|
||||
}
|
||||
});
|
||||
state = JobState.RUNNING;
|
||||
LOG.info("The url to track the job: " + getTrackingURL());
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -175,7 +175,6 @@ private MRClientProtocol getProxy() throws YarnRemoteException {
|
||||
+ ":" + addr.getPort()));
|
||||
newUgi.addToken(clientToken);
|
||||
}
|
||||
LOG.info("The url to track the job: " + application.getTrackingUrl());
|
||||
LOG.debug("Connecting to " + serviceAddr);
|
||||
final String tempStr = serviceAddr;
|
||||
realProxy = newUgi.doAs(new PrivilegedExceptionAction<MRClientProtocol>() {
|
||||
|
Loading…
Reference in New Issue
Block a user