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 2015/09/22 21:22:30 UTC

oozie git commit: OOZIE-2360 Spark Action fails due to missing mesos jar (rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master d8425480e -> ed8ec4f97


OOZIE-2360 Spark Action fails due to missing mesos jar (rkanter)


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

Branch: refs/heads/master
Commit: ed8ec4f973acc3e7596ad786c73af7678d49f018
Parents: d842548
Author: Robert Kanter <rk...@cloudera.com>
Authored: Tue Sep 22 12:22:21 2015 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Tue Sep 22 12:22:21 2015 -0700

----------------------------------------------------------------------
 release-log.txt        | 1 +
 sharelib/spark/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/ed8ec4f9/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 160cd72..c7fc9f0 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2360 Spark Action fails due to missing mesos jar (rkanter)
 OOZIE-2345 Parallel job submission for forked actions (puru)
 OOZIE-2358 Coord rerun cleanup should reuse hcat connections (rohini)
 OOZIE-2356 Add a way to enable/disable credentials in a workflow (rkanter)

http://git-wip-us.apache.org/repos/asf/oozie/blob/ed8ec4f9/sharelib/spark/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index 0878ae6..ebd2a0b 100644
--- a/sharelib/spark/pom.xml
+++ b/sharelib/spark/pom.xml
@@ -61,10 +61,6 @@
             <scope>compile</scope>
             <exclusions>
                 <exclusion>
-                    <groupId>org.apache.mesos</groupId>
-                    <artifactId>mesos</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-client</artifactId>
                 </exclusion>