You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sv...@apache.org on 2016/11/28 06:00:39 UTC

incubator-atlas git commit: Storm Hook fails to capture the topology

Repository: incubator-atlas
Updated Branches:
  refs/heads/master e8ab91427 -> 5d8c80a75


Storm Hook fails to capture the topology


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

Branch: refs/heads/master
Commit: 5d8c80a75484b228e5bbbc0f849f4a01e2d08821
Parents: e8ab914
Author: Vimal Sharma <sv...@apache.org>
Authored: Mon Nov 28 11:30:45 2016 +0530
Committer: Vimal Sharma <sv...@apache.org>
Committed: Mon Nov 28 11:30:45 2016 +0530

----------------------------------------------------------------------
 addons/storm-bridge/pom.xml | 20 --------------------
 release-log.txt             |  1 +
 2 files changed, 1 insertion(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/5d8c80a7/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index e516f2b..c54053d 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -287,26 +287,6 @@
                                             <version>${jettison.version}</version>
                                         </artifactItem>
                                         <artifactItem>
-                                            <groupId>org.json4s</groupId>
-                                            <artifactId>json4s-ast_2.10</artifactId>
-                                            <version>${json.version}</version>
-                                        </artifactItem>
-                                        <artifactItem>
-                                            <groupId>org.json4s</groupId>
-                                            <artifactId>json4s-core_2.10</artifactId>
-                                            <version>${json.version}</version>
-                                        </artifactItem>
-                                        <artifactItem>
-                                            <groupId>org.json4s</groupId>
-                                            <artifactId>json4s-native_2.10</artifactId>
-                                            <version>${json.version}</version>
-                                        </artifactItem>
-                                        <artifactItem>
-                                            <groupId>org.json4s</groupId>
-                                            <artifactId>json4s-native_2.10</artifactId>
-                                            <version>${json.version}</version>
-                                        </artifactItem>
-                                        <artifactItem>
                                             <groupId>com.thoughtworks.paranamer</groupId>
                                             <artifactId>paranamer</artifactId>
                                             <version>${paranamer.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/5d8c80a7/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index cee519a..a7f9ab0 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1333 Storm Hook fails to capture the topology (svimal2106)
 ATLAS-1291 Type "hive_column_lineage" not present in hive_model.json (svimal2106)
 ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106)
 ATLAS-458 fix project organization for ATLAS build tools (sarath.kum4r@gmail.com via mneethiraj)