You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Mona Chitnis <ch...@yahoo-inc.com> on 2012/11/04 18:22:57 UTC

Re: Review Request: OOZIE-1042: Coordinator action table schema change

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7774/#review13086
-----------------------------------------------------------

Ship it!


Looks good

- Mona Chitnis


On Oct. 30, 2012, 7:53 a.m., Mohammad Islam wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/7774/
> -----------------------------------------------------------
> 
> (Updated Oct. 30, 2012, 7:53 a.m.)
> 
> 
> 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
> 
>