Repository: hadoop
Updated Branches:
refs/heads/trunk c62ae7107 -> 29caf6d7d
MAPREDUCE-6791. remove unnecessary dependency from hadoop-mapreduce-client-jobclient to hadoop-mapreduce-client-shuffle
(haibochen via rkanter)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/29caf6d7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/29caf6d7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/29caf6d7
Branch: refs/heads/trunk
Commit: 29caf6d7df54a77b11399bb5f73d62b3b38ae912
Parents: c62ae71
Author: Robert Kanter <rkanter@apache.org>
Authored: Tue Oct 18 18:00:29 2016 -0700
Committer: Robert Kanter <rkanter@apache.org>
Committed: Tue Oct 18 18:00:29 2016 -0700
----------------------------------------------------------------------
.../hadoop-mapreduce-client-jobclient/pom.xml | 4 ----
1 file changed, 4 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/hadoop/blob/29caf6d7/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
index c4fef7e..cd181fe 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
@@ -42,10 +42,6 @@
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-app</artifactId>
<scope>test</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org
|