You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2016/07/13 17:01:25 UTC

hive git commit: HIVE-14152 : missing commit for tez/hive-site.xml

Repository: hive
Updated Branches:
  refs/heads/master 5b2c36a4a -> a65387194


HIVE-14152 : missing commit for tez/hive-site.xml


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

Branch: refs/heads/master
Commit: a653871948d73198690df2089bc9260600de6d32
Parents: 5b2c36a
Author: Thejas Nair <th...@hortonworks.com>
Authored: Wed Jul 13 10:01:13 2016 -0700
Committer: Thejas Nair <th...@hortonworks.com>
Committed: Wed Jul 13 10:01:13 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/a6538719/data/conf/tez/hive-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/tez/hive-site.xml b/data/conf/tez/hive-site.xml
index a7129fc..85f82b5 100644
--- a/data/conf/tez/hive-site.xml
+++ b/data/conf/tez/hive-site.xml
@@ -79,6 +79,11 @@
 </property>
 
 <property>
+  <name>hive.metastore.schema.verification</name>
+  <value>false</value>
+</property>
+
+<property>
   <name>javax.jdo.option.ConnectionDriverName</name>
   <value>org.apache.derby.jdbc.EmbeddedDriver</value>
 </property>