Package org.apache.hadoop.mapreduce.lib.input

Examples of org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat


  }
 
  @Override
  public InputFormat getInputFormat() throws IOException {
    // Define the kind of file in HDFS that we are dealing with. Here, we define that we wish to operate on a sequence file.
    return new SequenceFileInputFormat();
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.