Examples of HadoopFileOutputCommitter


Examples of org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter

  public HadoopRecordOutputFormat(org.apache.hadoop.mapred.OutputFormat<K,V> hadoopFormat, JobConf job, FlinkTypeConverter<K,V> conv) {
    super();
    this.hadoopOutputFormat = hadoopFormat;
    this.hadoopOutputFormatName = hadoopFormat.getClass().getName();
    this.converter = conv;
    this.fileOutputCommitterWrapper = new HadoopFileOutputCommitter();
    HadoopUtils.mergeHadoopConf(job);
    this.jobConf = job;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.