-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31668/
-----------------------------------------------------------
Review request for Falcon.
Summary (updated)
-----------------
FALCON-1031 Make post processing notifications to user topics optional
Bugs: FALCON-1031
https://issues.apache.org/jira/browse/FALCON-1031
Repository: falcon-git
Description (updated)
-------
Making messaging interface optional in cluster definition. If it is not
specified, user job completion notifications will not be generated for the
processes that belong to the cluster.
This patch doesn't handle disabling notifications individually for a process.
Diffs (updated)
-----
common/src/main/java/org/apache/falcon/entity/ClusterHelper.java 6a363b6
common/src/main/java/org/apache/falcon/entity/parser/ClusterEntityParser.java
87b61a4
common/src/test/java/org/apache/falcon/entity/parser/ClusterEntityParserTest.java
a807e80
common/src/test/resources/config/cluster/cluster-no-messaging.xml
PRE-CREATION
oozie/src/main/java/org/apache/falcon/workflow/FalconPostProcessing.java
e5b3704
oozie/src/test/java/org/apache/falcon/oozie/workflow/FalconPostProcessingTest.java
f08949d
Diff: https://reviews.apache.org/r/31668/diff/
Testing (updated)
-------
UTs added. End-to-end testing done.
Thanks,
Pallavi Rao