You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by sa...@apache.org on 2018/01/17 01:43:04 UTC

[2/2] oozie git commit: OOZIE-3161 Spark job failing because of servlet-api-2.5 jar (satishsaley)

OOZIE-3161 Spark job failing because of servlet-api-2.5 jar (satishsaley)


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

Branch: refs/heads/branch-4.3
Commit: 705a7c86059ba607aa99bfa76481fe52efefe661
Parents: 5356b50
Author: satishsaley <sa...@apache.org>
Authored: Tue Jan 16 17:12:37 2018 -0800
Committer: satishsaley <sa...@apache.org>
Committed: Tue Jan 16 17:12:37 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/oozie/blob/705a7c86/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index c7c32fa..80babb5 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.1 release
 
+OOZIE-3161 Spark job failing because of servlet-api-2.5 jar (satishsaley)
 OOZIE-3100 Upgrade javax.mail:mail to 1.4.7 (andras.piros)
 OOZIE-3095 Job submit command is not logged in audit log (puru)
 OOZIE-3077 SLA documentation fixes (satishsaley)

http://git-wip-us.apache.org/repos/asf/oozie/blob/705a7c86/sharelib/spark/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index e5f694c..9405cd0 100644
--- a/sharelib/spark/pom.xml
+++ b/sharelib/spark/pom.xml
@@ -198,6 +198,12 @@
             <artifactId>spark-streaming-flume_${spark.scala.binary.version}</artifactId>
             <version>${spark.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.mortbay.jetty</groupId>
+                    <artifactId>jetty</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.spark</groupId>