> On Jan. 7, 2016, 10:49 p.m., Sowmya Ramesh wrote:
> > common/src/main/java/org/apache/falcon/entity/FeedHelper.java, line 1217
> > <https://reviews.apache.org/r/41916/diff/1/?file=1181570#file1181570line1217>
> >
> >     can feed.getProperties() return nul?

Looks like JAXP initialized to empty list. but anyways I added a null check to 
be on the safer side.


> On Jan. 7, 2016, 10:49 p.m., Sowmya Ramesh wrote:
> > common/src/main/java/org/apache/falcon/entity/parser/FeedEntityParser.java, 
> > line 555
> > <https://reviews.apache.org/r/41916/diff/1/?file=1181571#file1181571line555>
> >
> >     Which is the clustertype check required? What happens in case of 
> > replication feed?

Now checks both source and target clusters.


- Venkatesan


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


On Feb. 10, 2016, 10:32 p.m., Venkatesan Ramachandran wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41916/
> -----------------------------------------------------------
> 
> (Updated Feb. 10, 2016, 10:32 p.m.)
> 
> 
> Review request for Falcon.
> 
> 
> Repository: falcon-git
> 
> 
> Description
> -------
> 
> Validate the hadoop cluster queue name specified in the Feed entity during 
> feed submit.
> 
> The implementation uses Resource Manager REST API to get hadoop cluster queue 
> names.
> 
> 
> Diffs
> -----
> 
>   common/src/main/java/org/apache/falcon/entity/FeedHelper.java b3aaaab 
>   common/src/main/java/org/apache/falcon/entity/parser/FeedEntityParser.java 
> 981e730 
>   
> common/src/main/java/org/apache/falcon/entity/parser/ProcessEntityParser.java 
> 10a5265 
>   common/src/main/java/org/apache/falcon/util/HadoopQueueUtil.java 
> PRE-CREATION 
>   common/src/test/java/org/apache/falcon/entity/FeedHelperTest.java 95d10c4 
>   common/src/test/java/org/apache/falcon/util/HadoopQueueUtilTest.java 
> PRE-CREATION 
>   common/src/test/resources/config/feed/feed-schedulerinfo-1.json 
> PRE-CREATION 
>   common/src/test/resources/config/feed/feed-schedulerinfo-2.json 
> PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/41916/diff/
> 
> 
> Testing
> -------
> 
> Unit tests
> Manual end to end tests
> Secure cluster test
> 
> 
> Thanks,
> 
> Venkatesan Ramachandran
> 
>

Reply via email to