diff options
author | Andrew McDermott <andrew.mcdermott@linaro.org> | 2014-02-19 09:37:41 +0000 |
---|---|---|
committer | Andrew McDermott <andrew.mcdermott@linaro.org> | 2014-02-19 09:38:44 +0000 |
commit | cc4f5737a36092e82278f656873406e608b9a648 (patch) | |
tree | 222f1de3382eed4265935113c724a3da6bef6205 | |
parent | 399b03781b9eca11fe4a0048d6d56939f0427cf2 (diff) | |
download | openjdk8-hadoop-LCA14-cc4f5737a36092e82278f656873406e608b9a648.tar.gz |
Use /work/... for hadoop.tmp.dir
-rw-r--r-- | conf/core-site.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/core-site.xml b/conf/core-site.xml index 670d8a5..7a9661d 100644 --- a/conf/core-site.xml +++ b/conf/core-site.xml @@ -19,7 +19,7 @@ limitations under the License. See accompanying LICENSE file. <configuration> <property> <name>hadoop.tmp.dir</name> - <value>${user.home}/tmp/hadoop-${user.name}</value> + <value>/work/${user.name}/hadoop-tmp</value> </property> <property> |