Repository: ambari
Updated Branches:
  refs/heads/trunk 4d38f5fb4 -> 43ad3d69a


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/43ad3d69
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43ad3d69
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43ad3d69

Branch: refs/heads/trunk
Commit: 43ad3d69a7f9dee1bd7c51b92ef1e4cc918c33da
Parents: 4d38f5f
Author: Swapan Shridhar <[email protected]>
Authored: Thu Jul 21 16:31:18 2016 -0700
Committer: Swapan Shridhar <[email protected]>
Committed: Thu Jul 21 16:31:18 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/43ad3d69/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