dolphin-zookeeper.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!--
  2. ~ Licensed to the Apache Software Foundation (ASF) under one or more
  3. ~ contributor license agreements. See the NOTICE file distributed with
  4. ~ this work for additional information regarding copyright ownership.
  5. ~ The ASF licenses this file to You under the Apache License, Version 2.0
  6. ~ (the "License"); you may not use this file except in compliance with
  7. ~ the License. You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <configuration>
  18. <property>
  19. <name>zookeeper.dolphinscheduler.root</name>
  20. <value>/dolphinscheduler</value>
  21. <description>
  22. dolphinscheduler root directory
  23. </description>
  24. <on-ambari-upgrade add="true"/>
  25. </property>
  26. <property>
  27. <name>zookeeper.session.timeout</name>
  28. <value>300</value>
  29. <value-attributes>
  30. <type>int</type>
  31. </value-attributes>
  32. <description>
  33. </description>
  34. <on-ambari-upgrade add="true"/>
  35. </property>
  36. <property>
  37. <name>zookeeper.connection.timeout</name>
  38. <value>300</value>
  39. <value-attributes>
  40. <type>int</type>
  41. </value-attributes>
  42. <description>
  43. </description>
  44. <on-ambari-upgrade add="true"/>
  45. </property>
  46. <property>
  47. <name>zookeeper.retry.base.sleep</name>
  48. <value>100</value>
  49. <value-attributes>
  50. <type>int</type>
  51. </value-attributes>
  52. <description>
  53. </description>
  54. <on-ambari-upgrade add="true"/>
  55. </property>
  56. <property>
  57. <name>zookeeper.retry.max.sleep</name>
  58. <value>30000</value>
  59. <value-attributes>
  60. <type>int</type>
  61. </value-attributes>
  62. <description>
  63. </description>
  64. <on-ambari-upgrade add="true"/>
  65. </property>
  66. <property>
  67. <name>zookeeper.retry.maxtime</name>
  68. <value>5</value>
  69. <value-attributes>
  70. <type>int</type>
  71. </value-attributes>
  72. <description>
  73. </description>
  74. <on-ambari-upgrade add="true"/>
  75. </property>
  76. </configuration>