فهرست منبع

AMBARI-8332 Configs: Hive client retry settings are not adequate (dsen)

Dmytro Sen 10 سال پیش
والد
کامیت
3c7ec34cb7
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml

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

@@ -34,9 +34,15 @@ limitations under the License.
       2. When HiveServer2 supports service discovery via Zookeeper.</description>
   </property>
 
+  <property>
+    <name>hive.metastore.connect.retries</name>
+    <value>24</value>
+    <description>Number of retries while opening a connection to metastore</description>
+  </property>
+
   <property>
     <name>hive.metastore.failure.retries</name>
-    <value>5</value>
+    <value>24</value>
     <description>Number of retries upon failure of Thrift metastore calls</description>
   </property>