You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by qi...@apache.org on 2016/10/19 03:19:15 UTC

[16/28] incubator-eagle git commit: EAGLE-346: ClassNotFoundException ClassNotFoundException thrown out when topology is executing

EAGLE-346: ClassNotFoundException
ClassNotFoundException thrown out when topology is executing

Author: @qingwen
Reviewer: @yonzhang

Closes: #244


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/3823c019
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/3823c019
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/3823c019

Branch: refs/heads/master
Commit: 3823c019c8993608085989b27edbd67539ba4acb
Parents: 2eb5d53
Author: yonzhang <yo...@gmail.com>
Authored: Fri Jun 17 11:04:08 2016 -0700
Committer: yonzhang <yo...@gmail.com>
Committed: Fri Jun 17 11:04:08 2016 -0700

----------------------------------------------------------------------
 eagle-assembly/src/assembly/eagle-bin.xml       | 1 +
 eagle-security/eagle-security-oozie-web/pom.xml | 2 +-
 pom.xml                                         | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/eagle-assembly/src/assembly/eagle-bin.xml
----------------------------------------------------------------------
diff --git a/eagle-assembly/src/assembly/eagle-bin.xml b/eagle-assembly/src/assembly/eagle-bin.xml
index c4a8e10..aecc327 100644
--- a/eagle-assembly/src/assembly/eagle-bin.xml
+++ b/eagle-assembly/src/assembly/eagle-bin.xml
@@ -174,6 +174,7 @@
                 <exclude>WEB-INF/lib/jsp-api-*.jar</exclude>
                 <!--<exclude>WEB-INF/lib/storm-*.jar</exclude> -->
                 <!--<exclude>WEB-INF/lib/kafka_*.jar</exclude> -->
+                <exclude>WEB-INF/lib/slf4j-simple-*.jar</exclude>
                 <exclude>WEB-INF/lib/slf4j-log4j12-*.jar</exclude>
                 <exclude>WEB-INF/lib/*-tests.jar</exclude>
                 <exclude>WEB-INF/lib/hadoop-mapreduce-*.jar</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/eagle-security/eagle-security-oozie-web/pom.xml
----------------------------------------------------------------------
diff --git a/eagle-security/eagle-security-oozie-web/pom.xml b/eagle-security/eagle-security-oozie-web/pom.xml
index ac11b7c..3cbac74 100644
--- a/eagle-security/eagle-security-oozie-web/pom.xml
+++ b/eagle-security/eagle-security-oozie-web/pom.xml
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.oozie</groupId>
             <artifactId>oozie-client</artifactId>
-            <version>4.1.0</version>
+            <version>${oozie.version}</version>
         </dependency>
         <dependency>
             <groupId>org.powermock</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 49c2971..4f967f0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,7 @@
         <hadoop.version>2.6.0.2.2.5.1-3</hadoop.version>
         <hbase.version>0.98.4.2.2.5.1-3-hadoop2</hbase.version>
         <hive.version>1.2.1</hive.version>
+        <oozie.version>4.1.0</oozie.version>
 
         <mapr-hive.version>1.2.0-mapr-1510</mapr-hive.version>
         <mapr-hadoop.version>2.7.0-mapr-1506</mapr-hadoop.version>