Package eu.stratosphere.hadoopcompatibility.example

Examples of eu.stratosphere.hadoopcompatibility.example.WordCountWithHadoopOutputFormat


  }

  @Override
  protected Plan getTestJob() {
    //WordCountWithHadoopOutputFormat takes hadoop TextInputFormat as input and output file in hadoop TextOutputFormat
    WordCountWithHadoopOutputFormat wc = new WordCountWithHadoopOutputFormat();
    return wc.getPlan("1", textPath, resultPath);
  }
View Full Code Here

TOP

Related Classes of eu.stratosphere.hadoopcompatibility.example.WordCountWithHadoopOutputFormat

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.