You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Mohit Anchlia <mo...@gmail.com> on 2012/02/25 01:54:31 UTC

Output dir already exist

I am using STORE A into 'abc'; How can I re-use 'abc' dir in second run
without having to first delete that directory? Is it possible

Re: Output dir already exist

Posted by Austin Chungath <au...@gmail.com>.
Mohit,
I don't think you can rewrite to the same directory without deleting it
first.

Regards,
Austin

On Sat, Feb 25, 2012 at 6:37 AM, Prashant Kommireddi <pr...@gmail.com>wrote:

> If you are looking to rewrite to same dir, you can use "rmf" command.
>
> rmf abc
>
> Sent from my iPhone
>
> On Feb 24, 2012, at 4:55 PM, Mohit Anchlia <mo...@gmail.com> wrote:
>
> > I am using STORE A into 'abc'; How can I re-use 'abc' dir in second run
> > without having to first delete that directory? Is it possible
>

Re: Output dir already exist

Posted by Prashant Kommireddi <pr...@gmail.com>.
If you are looking to rewrite to same dir, you can use "rmf" command.

rmf abc

Sent from my iPhone

On Feb 24, 2012, at 4:55 PM, Mohit Anchlia <mo...@gmail.com> wrote:

> I am using STORE A into 'abc'; How can I re-use 'abc' dir in second run
> without having to first delete that directory? Is it possible