dolphin-common.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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>dolphinscheduler.queue.impl</name>
  20. <value>zookeeper</value>
  21. <description>
  22. Task queue implementation, default "zookeeper"
  23. </description>
  24. <on-ambari-upgrade add="true"/>
  25. </property>
  26. <property>
  27. <name>zookeeper.dolphinscheduler.root</name>
  28. <value>/dolphinscheduler</value>
  29. <description>
  30. dolphinscheduler root directory
  31. </description>
  32. <on-ambari-upgrade add="true"/>
  33. </property>
  34. <property>
  35. <name>zookeeper.session.timeout</name>
  36. <value>300</value>
  37. <value-attributes>
  38. <type>int</type>
  39. </value-attributes>
  40. <description>
  41. </description>
  42. <on-ambari-upgrade add="true"/>
  43. </property>
  44. <property>
  45. <name>zookeeper.connection.timeout</name>
  46. <value>30000</value>
  47. <value-attributes>
  48. <type>int</type>
  49. </value-attributes>
  50. <description>
  51. </description>
  52. <on-ambari-upgrade add="true"/>
  53. </property>
  54. <property>
  55. <name>zookeeper.retry.base.sleep</name>
  56. <value>100</value>
  57. <value-attributes>
  58. <type>int</type>
  59. </value-attributes>
  60. <description>
  61. </description>
  62. <on-ambari-upgrade add="true"/>
  63. </property>
  64. <property>
  65. <name>zookeeper.retry.max.sleep</name>
  66. <value>30000</value>
  67. <value-attributes>
  68. <type>int</type>
  69. </value-attributes>
  70. <description>
  71. </description>
  72. <on-ambari-upgrade add="true"/>
  73. </property>
  74. <property>
  75. <name>zookeeper.retry.maxtime</name>
  76. <value>10</value>
  77. <value-attributes>
  78. <type>int</type>
  79. </value-attributes>
  80. <description>
  81. </description>
  82. <on-ambari-upgrade add="true"/>
  83. </property>
  84. <property>
  85. <name>res.upload.startup.type</name>
  86. <display-name>Choose Resource Upload Startup Type</display-name>
  87. <description>
  88. Resource upload startup type : HDFS,S3,NONE
  89. </description>
  90. <value>NONE</value>
  91. <value-attributes>
  92. <type>value-list</type>
  93. <entries>
  94. <entry>
  95. <value>HDFS</value>
  96. <label>HDFS</label>
  97. </entry>
  98. <entry>
  99. <value>S3</value>
  100. <label>S3</label>
  101. </entry>
  102. <entry>
  103. <value>NONE</value>
  104. <label>NONE</label>
  105. </entry>
  106. </entries>
  107. <selection-cardinality>1</selection-cardinality>
  108. </value-attributes>
  109. <on-ambari-upgrade add="true"/>
  110. </property>
  111. <property>
  112. <name>hdfs.root.user</name>
  113. <value>hdfs</value>
  114. <description>
  115. Users who have permission to create directories under the HDFS root path
  116. </description>
  117. <on-ambari-upgrade add="true"/>
  118. </property>
  119. <property>
  120. <name>data.store2hdfs.basepath</name>
  121. <value>/dolphinscheduler</value>
  122. <description>
  123. Data base dir, resource file will store to this hadoop hdfs path, self configuration,
  124. please make sure the directory exists on hdfs and have read write permissions。
  125. "/dolphinscheduler" is recommended
  126. </description>
  127. <on-ambari-upgrade add="true"/>
  128. </property>
  129. <property>
  130. <name>data.basedir.path</name>
  131. <value>/tmp/dolphinscheduler</value>
  132. <description>
  133. User data directory path, self configuration,
  134. please make sure the directory exists and have read write permissions
  135. </description>
  136. <on-ambari-upgrade add="true"/>
  137. </property>
  138. <property>
  139. <name>hadoop.security.authentication.startup.state</name>
  140. <value>false</value>
  141. <value-attributes>
  142. <type>value-list</type>
  143. <entries>
  144. <entry>
  145. <value>true</value>
  146. <label>Enabled</label>
  147. </entry>
  148. <entry>
  149. <value>false</value>
  150. <label>Disabled</label>
  151. </entry>
  152. </entries>
  153. <selection-cardinality>1</selection-cardinality>
  154. </value-attributes>
  155. <on-ambari-upgrade add="true"/>
  156. </property>
  157. <property>
  158. <name>java.security.krb5.conf.path</name>
  159. <value>/opt/krb5.conf</value>
  160. <description>
  161. java.security.krb5.conf path
  162. </description>
  163. <on-ambari-upgrade add="true"/>
  164. </property>
  165. <property>
  166. <name>login.user.keytab.username</name>
  167. <value>hdfs-mycluster@ESZ.COM</value>
  168. <description>
  169. LoginUserFromKeytab user
  170. </description>
  171. <on-ambari-upgrade add="true"/>
  172. </property>
  173. <property>
  174. <name>login.user.keytab.path</name>
  175. <value>/opt/hdfs.headless.keytab</value>
  176. <description>
  177. LoginUserFromKeytab path
  178. </description>
  179. <on-ambari-upgrade add="true"/>
  180. </property>
  181. <property>
  182. <name>resource.view.suffixs</name>
  183. <value>txt,log,sh,conf,cfg,py,java,sql,hql,xml,properties</value>
  184. <description></description>
  185. <on-ambari-upgrade add="true"/>
  186. </property>
  187. <property>
  188. <name>fs.defaultFS</name>
  189. <value>hdfs://mycluster:8020</value>
  190. <description>
  191. HA or single namenode,
  192. If namenode ha needs to copy core-site.xml and hdfs-site.xml to the conf directory,
  193. support s3,for example : s3a://dolphinscheduler
  194. </description>
  195. <on-ambari-upgrade add="true"/>
  196. </property>
  197. <property>
  198. <name>fs.s3a.endpoint</name>
  199. <value>http://host:9010</value>
  200. <description>
  201. s3 need,s3 endpoint
  202. </description>
  203. <on-ambari-upgrade add="true"/>
  204. </property>
  205. <property>
  206. <name>fs.s3a.access.key</name>
  207. <value>A3DXS30FO22544RE</value>
  208. <description>
  209. s3 need,s3 access key
  210. </description>
  211. <on-ambari-upgrade add="true"/>
  212. </property>
  213. <property>
  214. <name>fs.s3a.secret.key</name>
  215. <value>OloCLq3n+8+sdPHUhJ21XrSxTC+JK</value>
  216. <description>
  217. s3 need,s3 secret key
  218. </description>
  219. <on-ambari-upgrade add="true"/>
  220. </property>
  221. <property>
  222. <name>loggerserver.rpc.port</name>
  223. <value>50051</value>
  224. <value-attributes>
  225. <type>int</type>F
  226. </value-attributes>
  227. <description>
  228. </description>
  229. <on-ambari-upgrade add="true"/>
  230. </property>
  231. </configuration>