Hi Vincent,
I recall it happens under some specific condition and is resolved in later
versions of pig/hadoop by adding an explicit cleanup before final exit.
As a workaround in 0.6 you can code finally{} in your java file to remove files
from your user specific folder under hadoop.tmp.dir.HTH!
Thanks & Regards,
/Rekha.
On 10/24/10 5:24 AM, "Vincent Barat" <[email protected]> wrote:
I forgot to mention that I use PIG 0.6.0, it may help !
Le 23/10/10 13:29, Vincent Barat a écrit :
> Hello,
>
> I face an issue with PIG temporary files: they are not deleted
> once a job is terminated.
> I got my HDFS storage full of PIG temporary files.
>
> I use PIG from Java using a PigServer object.
>
> Is there is way to ask PIG to cleanup all that it created to
> perform a job ?
>
> Thanks a lot