You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2016/07/19 05:02:34 UTC

incubator-atlas git commit: ATLAS-1032: Atlas hook package should not include libraries already present in host components

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 038b6b315 -> 7cc347134


ATLAS-1032: Atlas hook package should not include libraries already present in host components


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/7cc34713
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7cc34713
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7cc34713

Branch: refs/heads/master
Commit: 7cc347134a0084d45c740c42bb2760c7c3ac01cf
Parents: 038b6b3
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Mon Jul 18 14:59:56 2016 -0700
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Mon Jul 18 22:02:11 2016 -0700

----------------------------------------------------------------------
 addons/falcon-bridge/pom.xml |  5 -----
 addons/hive-bridge/pom.xml   | 10 ----------
 release-log.txt              |  1 +
 3 files changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7cc34713/addons/falcon-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 064fbf6..1365bd0 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -205,11 +205,6 @@
                                     <artifactId>gson</artifactId>
                                     <version>${gson.version}</version>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>log4j</groupId>
-                                    <artifactId>log4j</artifactId>
-                                    <version>${log4j.version}</version>
-                                </artifactItem>
                             </artifactItems>
                         </configuration>
                     </execution>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7cc34713/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 2d0fb14..6993bdb 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -254,20 +254,10 @@
                                     <version>${kafka.version}</version>
                                 </artifactItem>
                                 <artifactItem>
-                                    <groupId>org.apache.hadoop</groupId>
-                                    <artifactId>hadoop-common</artifactId>
-                                    <version>${hadoop.version}</version>
-                                </artifactItem>
-                                <artifactItem>
                                     <groupId>com.google.code.gson</groupId>
                                     <artifactId>gson</artifactId>
                                     <version>${gson.version}</version>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>log4j</groupId>
-                                    <artifactId>log4j</artifactId>
-                                    <version>${log4j.version}</version>
-                                </artifactItem>
                             </artifactItems>
                         </configuration>
                     </execution>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7cc34713/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index eb7d458..3b2338e 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
 
 
 ALL CHANGES:
+ATLAS-1032 Atlas hook package should not include libraries already present in host component - like log4j (mneethiraj via sumasai)
 ATLAS-1027 Atlas hooks should use properties from atlas-application.properties, instead of component's configuration (mneethiraj via sumasai)
 ATLAS-1030 Add instrumentation to measure performance: REST API (mneethiraj via sumasai)
 ATLAS-996 DSL queries with comparsions of many primitive types fail (jnhagelb via shwethags)