Uses of Class
org.apache.hadoop.mapred.SequenceFileInputFilter.FilterBase

Packages that use SequenceFileInputFilter.FilterBase
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of SequenceFileInputFilter.FilterBase in org.apache.hadoop.mapred
 

Subclasses of SequenceFileInputFilter.FilterBase in org.apache.hadoop.mapred
static class SequenceFileInputFilter.MD5Filter
          This class returns a set of records by examing the MD5 digest of its key against a filtering frequency f.
static class SequenceFileInputFilter.PercentFilter
          This class returns a percentage of records The percentage is determined by a filtering frequency f using the criteria record# % f == 0.
static class SequenceFileInputFilter.RegexFilter
          Records filter by matching key to regex
 



Copyright © 2009 The Apache Software Foundation