Jelajahi Sumber

AMBARI-15928. Ambari falsely reporting Hiveserver2 up.(vbrodetskyi)

Vitaly Brodetskyi 9 tahun lalu
induk
melakukan
b36dbbdf85

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

@@ -213,6 +213,12 @@ limitations under the License.
     <value>true</value>
   </property>
 
+  <property>
+    <name>hive.server2.max.start.attempts</name>
+    <description>This number of times HiveServer2 will attempt to start before exiting, sleeping 60 seconds between retries.</description>
+    <value>5</value>
+  </property>
+
   <property>
     <name>hive.server2.authentication</name>
     <description>Authentication mode, default NONE. Options are NONE, NOSASL, KERBEROS, LDAP, PAM and CUSTOM</description>