[
https://issues.apache.org/jira/browse/OOZIE-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated OOZIE-2209:
--------------------------------------
Assignee: Kailong Sheng
private static final String TMP_DIR_SETTINGS = " -Djava.io.tmpdir="; should be
private static final String JAVA_TMP_DIR_SETTING = "-Djava.io.tmpdir"; . It
should not have a space in the beginning. Also rename it to JAVA_TMP_DIR_SETTING
Could you also cover more of the different conditions in the testcase?
> Oozie launchers to set "java.io.tmpdir" to "./tmp"
> --------------------------------------------------
>
> Key: OOZIE-2209
> URL: https://issues.apache.org/jira/browse/OOZIE-2209
> Project: Oozie
> Issue Type: Improvement
> Reporter: Kailong Sheng
> Assignee: Kailong Sheng
> Fix For: trunk
>
> Attachments: OOZIE-3000-1.patch
>
>
> We had couple of cases when pig launcher tried to create a relatively large
> job jar on /tmp/ and fail with not enough space.This can be avoided if the
> launcher used the current working directory which should have a lot more
> space. Also, it'll always get cleaned up by the NodeManager even if the task
> crashes in the middle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)