Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-atlas into 0.7-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/622990f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/622990f9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/622990f9 Branch: refs/heads/0.7-incubating Commit: 622990f9dbe6f266d38f3b46aa6767a2902439a4 Parents: 5447579 e30ab3d Author: Suma Shivaprasad <[email protected]> Authored: Mon Jun 20 11:26:25 2016 -0700 Committer: Suma Shivaprasad <[email protected]> Committed: Mon Jun 20 11:26:25 2016 -0700 ---------------------------------------------------------------------- .../org/apache/atlas/falcon/Util/EventUtil.java | 64 +++ .../atlas/falcon/bridge/FalconBridge.java | 401 +++++++++++++++++++ .../apache/atlas/falcon/event/FalconEvent.java | 72 ++++ .../apache/atlas/falcon/hook/FalconHook.java | 246 ++++-------- .../falcon/model/FalconDataModelGenerator.java | 142 +++++-- .../atlas/falcon/model/FalconDataTypes.java | 18 +- .../falcon/publisher/FalconEventPublisher.java | 41 ++ .../atlas/falcon/service/AtlasService.java | 141 +++++++ .../org/apache/falcon/atlas/Util/EventUtil.java | 68 ---- .../apache/falcon/atlas/event/FalconEvent.java | 65 --- .../atlas/publisher/FalconEventPublisher.java | 41 -- .../falcon/atlas/service/AtlasService.java | 115 ------ .../apache/atlas/falcon/hook/FalconHookIT.java | 242 +++++++---- .../src/test/resources/feed-replication.xml | 43 ++ .../org/apache/atlas/hive/hook/HiveHook.java | 51 +-- .../org/apache/atlas/hive/hook/HiveHookIT.java | 3 - distro/src/conf/atlas-log4j.xml | 12 +- docs/src/site/twiki/Bridge-Falcon.twiki | 17 +- .../java/org/apache/atlas/hook/AtlasHook.java | 5 +- .../org/apache/atlas/hook/AtlasHookTest.java | 18 +- release-log.txt | 1 + .../main/resources/atlas-application.properties | 4 + typesystem/src/main/resources/atlas-log4j.xml | 4 +- .../apache/atlas/web/filters/AuditFilter.java | 4 +- 24 files changed, 1191 insertions(+), 627 deletions(-) ----------------------------------------------------------------------
