Просмотр исходного кода

AMBARI-9448. Deploy of HDP stack version 2.0/2.1 failed because of missing property in hive-site.xml.(vbrodetskyi)

Vitaly Brodetskyi 10 лет назад
Родитель
Сommit
6533a7e666

+ 10 - 1
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml

@@ -325,5 +325,14 @@ limitations under the License.
       supporting dynamic service discovery.
     </description>
   </property>
-  
+
+  <property>
+    <name>hive.server2.transport.mode</name>
+    <value>binary</value>
+    <description>
+      Expects one of [binary, http].
+      Transport mode of HiveServer2.
+    </description>
+  </property>
+
 </configuration>

+ 0 - 9
ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml

@@ -794,15 +794,6 @@ limitations under the License.
     <description>The parent node in ZooKeeper used by HiveServer2 when supporting dynamic service discovery.</description>
   </property>
 
-  <property>
-    <name>hive.server2.transport.mode</name>
-    <value>binary</value>
-    <description>
-      Expects one of [binary, http].
-      Transport mode of HiveServer2.
-    </description>
-  </property>
-
   <property>
     <name>hive.server2.thrift.http.port</name>
     <value>10001</value>