Class OutputLogFilter

java.lang.Object
org.apache.hadoop.mapred.OutputLogFilter
All Implemented Interfaces:
PathFilter

@Public @Stable public class OutputLogFilter extends Object implements PathFilter
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 Details

    • OutputLogFilter

      public OutputLogFilter()
  • Method Details

    • accept

      public boolean accept(Path path)
      Description copied from interface: PathFilter
      Tests whether or not the specified abstract pathname should be included in a pathname list.
      Specified by:
      accept in interface PathFilter
      Parameters:
      path - The abstract pathname to be tested
      Returns:
      true if and only if pathname should be included