You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/11/20 11:50:58 UTC

[2/2] ambari git commit: AMBARI-13987. Set hive.metastore.schema.verification=true in hive-site.xml (dlysnichenko)

AMBARI-13987. Set hive.metastore.schema.verification=true in hive-site.xml (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: ef89fb85cc217fea0d237f815500ebe49e954b3f
Parents: d48a9b6
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Fri Nov 20 12:50:05 2015 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Fri Nov 20 12:50:52 2015 +0200

----------------------------------------------------------------------
 .../HDP/2.2/services/HIVE/configuration/hive-site.xml   | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ef89fb85/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
index a214c3e..e00e419 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
@@ -1798,4 +1798,16 @@ limitations under the License.
     </depends-on>
   </property>
 
+  <property>
+    <name>hive.metastore.schema.verification</name>
+    <value>true</value>
+  </property>
+  <property>
+    <name>datanucleus.autoCreateSchema</name>
+    <value>false</value>
+  </property>
+  <property>
+    <name>datanucleus.fixedDatastore</name>
+    <value>true</value>
+  </property>
 </configuration>