-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7774/
-----------------------------------------------------------
Review request for oozie.
Description
-------
Create a new column called Push_missingDependency of type BLOB in table
COORD_ACTIONS. Needs to modify CoorinatorAction and JsonCoordinatorAction class.
There will be two columns to identify two different dependencies.
1. Missing dependencies (existing): Only those dependency that needs polling.
Such as : directory based dependencies.
2. Push Missing dependencies: Dependencies that rely on the push model where
some messaging system will inform when new data is available. For example,
partition-based dependencies provided by hcatalog.
This addresses bug OOZIE-1042.
https://issues.apache.org/jira/browse/OOZIE-1042
Diffs
-----
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java
1403632
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java
1403632
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java
1403632
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java
1403632
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/core/src/main/java/org/apache/oozie/client/rest/JsonCoordinatorAction.java
1403632
http://svn.apache.org/repos/asf/oozie/branches/hcat-intre/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
1403632
Diff: https://reviews.apache.org/r/7774/diff/
Testing
-------
Thanks,
Mohammad Islam