You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2018/05/25 00:58:25 UTC

[53/58] [abbrv] hive git commit: HIVE-19626: Change tmp staging mapred directory for CliDriver (Jesus Camacho Rodriguez, reviewed by Prasanth Jayachandran)

HIVE-19626: Change tmp staging mapred directory for CliDriver (Jesus Camacho Rodriguez, reviewed by Prasanth Jayachandran)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b89ceeef
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b89ceeef
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b89ceeef

Branch: refs/heads/branch-3
Commit: b89ceeefc516d1fd21ca4b6022919e60b83f9bd5
Parents: fa6bad5
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Mon May 21 09:43:56 2018 -0700
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Thu May 24 17:54:35 2018 -0700

----------------------------------------------------------------------
 data/conf/hive-site.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b89ceeef/data/conf/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml
index b56cbd2..0c3adb4 100644
--- a/data/conf/hive-site.xml
+++ b/data/conf/hive-site.xml
@@ -25,6 +25,12 @@
   <description>Internal marker for test. Used for masking env-dependent values</description>
 </property>
 
+<!-- Properties for test folders -->
+<property>
+  <name>mapreduce.jobtracker.staging.root.dir</name>
+  <value>${test.tmp.dir}/cli/mapred/staging</value>
+</property>
+
 <!-- Hive Configuration can either be stored in this file or in the hadoop configuration files  -->
 <!-- that are implied by Hadoop setup variables.                                                -->
 <!-- Aside from Hadoop setup variables - this file is provided as a convenience so that Hive    -->