You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/07/20 13:03:08 UTC

[5/5] incubator-atlas git commit: ATLAS-1034 Incorrect Falcon hook impl class name in Falcon hook shim (mneethiraj via shwethags)

ATLAS-1034 Incorrect Falcon hook impl class name in Falcon hook shim (mneethiraj via shwethags)


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

Branch: refs/heads/master
Commit: 8e8b51b8ed4e3e62eadaa806c19d5981421111f7
Parents: 085d5c8
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Wed Jul 20 18:14:10 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Wed Jul 20 18:14:10 2016 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/atlas/falcon/service/AtlasService.java    | 2 +-
 release-log.txt                                                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e8b51b8/addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java b/addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java
index 28607fc..a5dd400 100755
--- a/addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java
+++ b/addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java
@@ -34,7 +34,7 @@ public class AtlasService implements FalconService, ConfigurationChangeListener
     private static final Logger LOG = LoggerFactory.getLogger(AtlasService.class);
 
     private static final String ATLAS_PLUGIN_TYPE = "falcon";
-    private static final String ATLAS_FALCON_HOOK_IMPL_CLASSNAME = "org.apache.atlas.falcon.hook.AtlasService";
+    private static final String ATLAS_FALCON_HOOK_IMPL_CLASSNAME = "org.apache.atlas.falcon.service.AtlasService";
 
     private AtlasPluginClassLoader atlasPluginClassLoader = null;
     private FalconService falconServiceImpl = null;

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e8b51b8/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 3dfe614..f70a5d0 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
 
 
 ALL CHANGES:
+ATLAS-1034 Incorrect Falcon hook impl class name in Falcon hook shim (mneethiraj via shwethags)
 ATLAS-347 Atlas search APIs should allow pagination of results (shwethags)
 ATLAS-639 Exception for lineage request (svimal2106 via shwethags)
 ATLAS-1022 Update typesystem wiki with details (yhemanth via shwethags)