Package org.apache.flink.hadoopcompatibility.mapred.record.example

Examples of org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat


  }

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

TOP

Related Classes of org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat

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.