Package com.twitter.elephantbird.mapred.input.DeprecatedInputFormatWrapper

Examples of com.twitter.elephantbird.mapred.input.DeprecatedInputFormatWrapper.ReporterWrapper


                        throws IOException {
      try {
        // create a MapContext to provide access to the reporter (for counters)
        taskContext = HadoopCompat.newMapContext(
            jobConf, TaskAttemptID.forName(jobConf.get("mapred.task.id")),
            null, null, null, new ReporterWrapper((Reporter) progress), null);

        realWriter = realOutputFormat.getRecordWriter(taskContext);
      } catch (InterruptedException e) {
        throw new IOException(e);
      }
View Full Code Here

TOP

Related Classes of com.twitter.elephantbird.mapred.input.DeprecatedInputFormatWrapper.ReporterWrapper

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.