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:57 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 dfc0a0a7e -> a61042e85
  refs/heads/trunk d48a9b685 -> ef89fb85c


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

Branch: refs/heads/branch-2.1
Commit: a61042e857453527b26318a3387c7683f8dec2dc
Parents: dfc0a0a
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:05 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/a61042e8/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 34fe337..7715375 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
@@ -1800,4 +1800,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>


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

Posted by dm...@apache.org.
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>