You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Dhanashri Desai <dh...@gmail.com> on 2015/08/10 15:49:22 UTC

Setting custom outputcommitter in new mapreduce API

How to set custom OutputCommitter in new mapreduce API??

Re: Setting custom outputcommitter in new mapreduce API

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at the following method of OutputFormat :

  public OutputCommitter getOutputCommitter(TaskAttemptContext context)

      throws IOException, InterruptedException {

Cheers

On Mon, Aug 10, 2015 at 6:49 AM, Dhanashri Desai <dhanshreedesai10@gmail.com
> wrote:

> How to set custom OutputCommitter in new mapreduce API??
>

Re: Setting custom outputcommitter in new mapreduce API

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at the following method of OutputFormat :

  public OutputCommitter getOutputCommitter(TaskAttemptContext context)

      throws IOException, InterruptedException {

Cheers

On Mon, Aug 10, 2015 at 6:49 AM, Dhanashri Desai <dhanshreedesai10@gmail.com
> wrote:

> How to set custom OutputCommitter in new mapreduce API??
>

Re: Setting custom outputcommitter in new mapreduce API

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at the following method of OutputFormat :

  public OutputCommitter getOutputCommitter(TaskAttemptContext context)

      throws IOException, InterruptedException {

Cheers

On Mon, Aug 10, 2015 at 6:49 AM, Dhanashri Desai <dhanshreedesai10@gmail.com
> wrote:

> How to set custom OutputCommitter in new mapreduce API??
>

Re: Setting custom outputcommitter in new mapreduce API

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at the following method of OutputFormat :

  public OutputCommitter getOutputCommitter(TaskAttemptContext context)

      throws IOException, InterruptedException {

Cheers

On Mon, Aug 10, 2015 at 6:49 AM, Dhanashri Desai <dhanshreedesai10@gmail.com
> wrote:

> How to set custom OutputCommitter in new mapreduce API??
>