aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/core-site.xml2
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>