----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33400/#review81345 -----------------------------------------------------------
core/src/main/java/org/apache/oozie/action/hadoop/FsELFunctions.java <https://reviews.apache.org/r/33400/#comment131691> This can hog the NN if user uses a broad wildcard like **/**. You can use globStatus(Path pathPattern, PathFilter filter) in place of globStatus(Path pathPattern) with custome filter. In customer filter, keep on checking the count of files it matches and throw exception if you are reaching the limit. - Purshotam Shah On April 21, 2015, 5:17 p.m., Ryota Egashira wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/33400/ > ----------------------------------------------------------- > > (Updated April 21, 2015, 5:17 p.m.) > > > Review request for oozie. > > > Repository: oozie-git > > > Description > ------- > > https://issues.apache.org/jira/browse/OOZIE-2215 > > > Diffs > ----- > > core/src/main/java/org/apache/oozie/action/hadoop/FsELFunctions.java > f8af61c > core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java > c81fc61 > docs/src/site/twiki/WorkflowFunctionalSpec.twiki e3790a4 > > Diff: https://reviews.apache.org/r/33400/diff/ > > > Testing > ------- > > > Thanks, > > Ryota Egashira > >
