This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
from 4ecfa9cf8 ATLAS-4967: atlas-testtools module: update for code
readability improvements (#295)
add 0901f6d81 ATLAS-4971: falcon-bridge, falcon-bridge-shim modules:
update for cod… (#296)
No new revisions were added by this update.
Summary of changes:
addons/falcon-bridge-shim/pom.xml | 4 +
.../apache/atlas/falcon/service/AtlasService.java | 81 ++----
addons/falcon-bridge/pom.xml | 5 +
.../apache/atlas/falcon/bridge/FalconBridge.java | 238 ++++++++--------
.../org/apache/atlas/falcon/event/FalconEvent.java | 32 +--
.../org/apache/atlas/falcon/hook/FalconHook.java | 108 ++++----
.../apache/atlas/falcon/model/FalconDataTypes.java | 7 +-
.../falcon/publisher/FalconEventPublisher.java | 11 +-
.../apache/atlas/falcon/service/AtlasService.java | 77 +++---
.../atlas/falcon/{Util => util}/EventUtil.java | 19 +-
.../org/apache/atlas/falcon/hook/FalconHookIT.java | 307 +++++++++++----------
.../test/resources/atlas-application.properties | 43 +--
.../src/test/resources/atlas-logback.xml | 221 ++++++++-------
.../falcon-bridge/src/test/resources/cluster.xml | 2 +-
.../falcon-bridge/src/test/resources/feed-hdfs.xml | 12 +-
.../src/test/resources/feed-replication.xml | 14 +-
addons/falcon-bridge/src/test/resources/feed.xml | 10 +-
.../falcon-bridge/src/test/resources/process.xml | 14 +-
.../src/test/resources/startup.properties | 1 -
19 files changed, 592 insertions(+), 614 deletions(-)
rename addons/falcon-bridge/src/main/java/org/apache/atlas/falcon/{Util =>
util}/EventUtil.java (86%)