[ 
https://issues.apache.org/jira/browse/PIG-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated PIG-3984:
------------------------------------

    Attachment: PIG-3984-3.patch

+1. I was trying to get all tez unit tests to passing before uploading patch 
for PIG-3935. So went ahead and committed to trunk. Thanks Daniel.

I made two minor changes to the patch before committing. Moved 
FileLocalizer.deleteTempResourceFiles(); inside if(deleteTempFiles) and changed 
if (resourcePath != null)  to if (resourcePath.get() != null) . Uploaded the 
final patch as PIG-3984-3.patch

> PigServer.shutdown remove the tez resource folder
> -------------------------------------------------
>
>                 Key: PIG-3984
>                 URL: https://issues.apache.org/jira/browse/PIG-3984
>             Project: Pig
>          Issue Type: Bug
>          Components: tez
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.14.0
>
>         Attachments: PIG-3984-1.patch, PIG-3984-2.patch, PIG-3984-3.patch
>
>
> PIG-3978 make tez resource folder live across sessions. However, if 
> PigServer.shutdown is called, tez resource folder will be removed and 
> following job will fail. Bunch of tez unit test fail due to this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to