Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. 
Contributed by Joe Pallas."

This reverts commit 7e81063c13a636c551d3281966a24ccfcfd46793.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/47dfda7c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/47dfda7c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/47dfda7c

Branch: refs/heads/YARN-5734
Commit: 47dfda7c92bf6c1b460540758412a7a31b4bee54
Parents: 4d1f3d9
Author: Andrew Wang <w...@apache.org>
Authored: Tue Jan 17 16:23:38 2017 -0800
Committer: Andrew Wang <w...@apache.org>
Committed: Tue Jan 17 16:23:38 2017 -0800

----------------------------------------------------------------------
 hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 +-
 hadoop-client-modules/hadoop-client-runtime/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/47dfda7c/hadoop-client-modules/hadoop-client-minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml 
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index 28fb3bd..8ab70d8 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -569,7 +569,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourceJar>true</createSourceJar>
               <artifactSet>
                 <excludes>
                   <!-- Fine to expose our already-shaded deps as dependencies 
-->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/47dfda7c/hadoop-client-modules/hadoop-client-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml 
b/hadoop-client-modules/hadoop-client-runtime/pom.xml
index 7098ae8..aa1a54b 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -132,7 +132,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourceJar>true</createSourceJar>
               <artifactSet>
                 <excludes>
                   <!-- We need a filter that matches just those things that 
aer included in the api jar -->


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to