Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 600acb202 -> 0be0f7564


AMBARI-17842. Enable hive.metastore.schema.verification for schematool use. 
(Thejas Nair via Swapan Shrdihar).


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

Branch: refs/heads/branch-2.4
Commit: 0be0f7564c88351f8e65f6073647dd02f569e0c0
Parents: 600acb2
Author: Swapan Shridhar <[email protected]>
Authored: Thu Jul 21 16:32:10 2016 -0700
Committer: Swapan Shridhar <[email protected]>
Committed: Thu Jul 21 16:32:10 2016 -0700

----------------------------------------------------------------------
 .../services/HIVE/configuration/hive-site.xml   | 32 --------------------
 1 file changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0be0f756/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-site.xml
deleted file mode 100644
index c0a9e64..0000000
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-site.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<configuration supports_final="true">
-  <property>
-    <name>hive.metastore.schema.verification.record.version</name>
-    <value>false</value>
-    <description>Prevents metastore from overwriting the version 
number</description>
-    <on-ambari-upgrade add="true"/>
-  </property>
-  <property>
-    <name>hive.metastore.schema.verification</name>
-    <value>false</value>
-    <description>Prevents metastore from complaining about version 
difference</description>
-    <on-ambari-upgrade add="true"/>
-  </property>
-</configuration>

Reply via email to