You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by st...@apache.org on 2018/05/18 22:01:11 UTC

hive git commit: HIVE-19562: Flaky test: TestMiniSparkOnYarn FileNotFoundException in spark-submit (Sahil Takiar, reviewed by Peter Vary) (addendum)

Repository: hive
Updated Branches:
  refs/heads/master 6eaef86ea -> 0b7cdde00


HIVE-19562: Flaky test: TestMiniSparkOnYarn FileNotFoundException in spark-submit (Sahil Takiar, reviewed by Peter Vary) (addendum)


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

Branch: refs/heads/master
Commit: 0b7cdde00e3703858fb0d6d89b08d9ede309e0b3
Parents: 6eaef86
Author: Sahil Takiar <ta...@gmail.com>
Authored: Fri May 18 17:00:59 2018 -0500
Committer: Sahil Takiar <st...@cloudera.com>
Committed: Fri May 18 17:00:59 2018 -0500

----------------------------------------------------------------------
 data/conf/perf-reg/spark/hive-site.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0b7cdde0/data/conf/perf-reg/spark/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/perf-reg/spark/hive-site.xml b/data/conf/perf-reg/spark/hive-site.xml
index 8a32afe..e52a2f9 100644
--- a/data/conf/perf-reg/spark/hive-site.xml
+++ b/data/conf/perf-reg/spark/hive-site.xml
@@ -245,6 +245,11 @@
 </property>
 
 <property>
+  <name>spark.local.dir</name>
+  <value>${test.tmp.dir}/spark-local-dir</value>
+</property>
+
+<property>
   <name>hive.aux.jars.path</name>
   <value>${maven.local.repository}/org/apache/hive/hive-it-util/${hive.version}/hive-it-util-${hive.version}.jar</value>
 </property>