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

(Updated June 1, 2015, 5:49 p.m.)


Review request for oozie.


Changes
-------

one weird thing in Pathfilter behavior is, 
fs.globStatus(path, new FSPathFilter());
when path is some non-existent single path (no glob expression),  
PathFilter.accept() is called even though it does not exist. 
if thrwoing exception at first discovery, it breaks test case..  

this version is, not throwing excpetion at first discovery, but avoid 
duplicated check done in the orignal verison.  
also added glob max check, and to support normal datapipeline application, 
raised fs glob max to 50K.


Repository: oozie-git


Description
-------

https://issues.apache.org/jira/browse/OOZIE-2215


Diffs (updated)
-----

  core/src/main/java/org/apache/oozie/action/hadoop/FsELFunctions.java f8af61c 
  core/src/main/resources/oozie-default.xml 8960073 
  core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java 
c81fc61 
  docs/src/site/twiki/WorkflowFunctionalSpec.twiki 02dc65b 

Diff: https://reviews.apache.org/r/33400/diff/


Testing
-------


Thanks,

Ryota Egashira

Reply via email to