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 13:22:55 UTC

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

Repository: hive
Updated Branches:
  refs/heads/master 0b6bea89f -> 0420bde92


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


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

Branch: refs/heads/master
Commit: 0420bde9275fccec4bfa9ee927713e7b68c88634
Parents: 0b6bea8
Author: Sahil Takiar <ta...@gmail.com>
Authored: Fri May 18 08:22:28 2018 -0500
Committer: Sahil Takiar <st...@cloudera.com>
Committed: Fri May 18 08:22:28 2018 -0500

----------------------------------------------------------------------
 data/conf/spark/local/hive-site.xml        | 5 +++++
 data/conf/spark/standalone/hive-site.xml   | 5 +++++
 data/conf/spark/yarn-cluster/hive-site.xml | 5 +++++
 3 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0420bde9/data/conf/spark/local/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/spark/local/hive-site.xml b/data/conf/spark/local/hive-site.xml
index 8ff6256..c26bfaa 100644
--- a/data/conf/spark/local/hive-site.xml
+++ b/data/conf/spark/local/hive-site.xml
@@ -240,6 +240,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>

http://git-wip-us.apache.org/repos/asf/hive/blob/0420bde9/data/conf/spark/standalone/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/spark/standalone/hive-site.xml b/data/conf/spark/standalone/hive-site.xml
index 84851c7..79e388e 100644
--- a/data/conf/spark/standalone/hive-site.xml
+++ b/data/conf/spark/standalone/hive-site.xml
@@ -240,6 +240,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>

http://git-wip-us.apache.org/repos/asf/hive/blob/0420bde9/data/conf/spark/yarn-cluster/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/spark/yarn-cluster/hive-site.xml b/data/conf/spark/yarn-cluster/hive-site.xml
index 265e398..94af267 100644
--- a/data/conf/spark/yarn-cluster/hive-site.xml
+++ b/data/conf/spark/yarn-cluster/hive-site.xml
@@ -260,6 +260,11 @@
 </property>
 
 <property>
+  <name>spark.local.dir</name>
+  <value>${test.tmp.dir}/spark-local-dir</value>
+</property>
+
+<property>
   <name>hive.prewarm.enabled</name>
   <value>true</value>
 </property>