|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.OutputLogFilter
Utils.OutputFileUtils.OutputLogFilter
instead.
public class OutputLogFilter
This class filters log files from directory given It doesnt accept paths having _logs. This can be used to list paths of output directory as follows: Path[] fileList = FileUtil.stat2Paths(fs.listStatus(outDir, new OutputLogFilter()));
Constructor Summary | |
---|---|
OutputLogFilter()
Deprecated. |
Method Summary | |
---|---|
boolean |
accept(org.apache.hadoop.fs.Path path)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputLogFilter()
Method Detail |
---|
public boolean accept(org.apache.hadoop.fs.Path path)
accept
in interface org.apache.hadoop.fs.PathFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |