Package co.cask.cdap.internal.app.runtime.batch.dataset

Examples of co.cask.cdap.internal.app.runtime.batch.dataset.DataSetOutputCommitter


    // TODO: validate out types? Or this is ensured by configuring job in "internal" code (i.e. not in user code)
  }

  @Override
  public OutputCommitter getOutputCommitter(final TaskAttemptContext context) throws IOException, InterruptedException {
    return new DataSetOutputCommitter();
  }
View Full Code Here

TOP

Related Classes of co.cask.cdap.internal.app.runtime.batch.dataset.DataSetOutputCommitter

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.