You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2016/01/13 23:00:27 UTC

oozie git commit: OOZIE-2437 Exclude additional Hadoop dependencies from Spark Sharelib (rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master 0f086d41b -> a26e5bd44


OOZIE-2437 Exclude additional Hadoop dependencies from Spark Sharelib (rkanter)


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

Branch: refs/heads/master
Commit: a26e5bd445600a62f28284c3174c1330d5402262
Parents: 0f086d4
Author: Robert Kanter <rk...@cloudera.com>
Authored: Wed Jan 13 14:00:18 2016 -0800
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Wed Jan 13 14:00:18 2016 -0800

----------------------------------------------------------------------
 release-log.txt        | 1 +
 sharelib/spark/pom.xml | 8 ++++++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/a26e5bd4/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index bf8d35f..b2b1f22 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2437 Exclude additional Hadoop dependencies from Spark Sharelib (rkanter)
 OOZIE-2030 Configuration properties from global section is not getting set in Hadoop job conf when using sub-workflow action in Oozie workflow.xml (jaydeepvishwakarma via rohini)
 OOZIE-2380 Oozie Hive action failed with wrong tmp path (vaifer via rkanter)
 OOZIE-2222 Oozie UI parent job should be clickable (puru)

http://git-wip-us.apache.org/repos/asf/oozie/blob/a26e5bd4/sharelib/spark/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index ebd2a0b..72766dc 100644
--- a/sharelib/spark/pom.xml
+++ b/sharelib/spark/pom.xml
@@ -90,6 +90,14 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>