dolphin-common.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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>resource.storage.type</name>
  20. <display-name>Choose Resource Upload Startup Type</display-name>
  21. <description>
  22. Resource upload startup type : HDFS,S3,NONE
  23. </description>
  24. <value>NONE</value>
  25. <value-attributes>
  26. <type>value-list</type>
  27. <entries>
  28. <entry>
  29. <value>HDFS</value>
  30. <label>HDFS</label>
  31. </entry>
  32. <entry>
  33. <value>S3</value>
  34. <label>S3</label>
  35. </entry>
  36. <entry>
  37. <value>NONE</value>
  38. <label>NONE</label>
  39. </entry>
  40. </entries>
  41. <selection-cardinality>1</selection-cardinality>
  42. </value-attributes>
  43. <on-ambari-upgrade add="true"/>
  44. </property>
  45. <property>
  46. <name>resource.upload.path</name>
  47. <value>/dolphinscheduler</value>
  48. <description>
  49. resource store on HDFS/S3 path, resource file will store to this hadoop hdfs path, self configuration, please make sure the directory exists on hdfs and have read write permissions。"/dolphinscheduler" is recommended
  50. </description>
  51. <on-ambari-upgrade add="true"/>
  52. </property>
  53. <property>
  54. <name>data.basedir.path</name>
  55. <value>/tmp/dolphinscheduler</value>
  56. <description>
  57. user data local directory path, please make sure the directory exists and have read write permissions
  58. </description>
  59. <on-ambari-upgrade add="true"/>
  60. </property>
  61. <property>
  62. <name>hadoop.security.authentication.startup.state</name>
  63. <value>false</value>
  64. <value-attributes>
  65. <type>value-list</type>
  66. <entries>
  67. <entry>
  68. <value>true</value>
  69. <label>Enabled</label>
  70. </entry>
  71. <entry>
  72. <value>false</value>
  73. <label>Disabled</label>
  74. </entry>
  75. </entries>
  76. <selection-cardinality>1</selection-cardinality>
  77. </value-attributes>
  78. <description>whether kerberos starts</description>
  79. </property>
  80. <property>
  81. <name>java.security.krb5.conf.path</name>
  82. <value>/opt/krb5.conf</value>
  83. <description>
  84. java.security.krb5.conf path
  85. </description>
  86. <on-ambari-upgrade add="true"/>
  87. </property>
  88. <property>
  89. <name>login.user.keytab.username</name>
  90. <value>hdfs-mycluster@ESZ.COM</value>
  91. <description>
  92. LoginUserFromKeytab user
  93. </description>
  94. <on-ambari-upgrade add="true"/>
  95. </property>
  96. <property>
  97. <name>login.user.keytab.path</name>
  98. <value>/opt/hdfs.headless.keytab</value>
  99. <description>
  100. LoginUserFromKeytab path
  101. </description>
  102. <on-ambari-upgrade add="true"/>
  103. </property>
  104. <property>
  105. <name>resource.view.suffixs</name>
  106. <value>txt,log,sh,conf,cfg,py,java,sql,hql,xml,properties</value>
  107. <description></description>
  108. </property>
  109. <property>
  110. <name>hdfs.root.user</name>
  111. <value>hdfs</value>
  112. <description>
  113. Users who have permission to create directories under the HDFS root path
  114. </description>
  115. <on-ambari-upgrade add="true"/>
  116. </property>
  117. <property>
  118. <name>fs.defaultFS</name>
  119. <value>hdfs://mycluster:8020</value>
  120. <description>
  121. HA or single namenode,
  122. If namenode ha needs to copy core-site.xml and hdfs-site.xml to the conf directory,
  123. support s3,for example : s3a://dolphinscheduler
  124. </description>
  125. <on-ambari-upgrade add="true"/>
  126. </property>
  127. <property>
  128. <name>fs.s3a.endpoint</name>
  129. <value>http://host:9010</value>
  130. <description>
  131. s3 need,s3 endpoint
  132. </description>
  133. <on-ambari-upgrade add="true"/>
  134. </property>
  135. <property>
  136. <name>fs.s3a.access.key</name>
  137. <value>A3DXS30FO22544RE</value>
  138. <description>
  139. s3 need,s3 access key
  140. </description>
  141. <on-ambari-upgrade add="true"/>
  142. </property>
  143. <property>
  144. <name>fs.s3a.secret.key</name>
  145. <value>OloCLq3n+8+sdPHUhJ21XrSxTC+JK</value>
  146. <description>
  147. s3 need,s3 secret key
  148. </description>
  149. <on-ambari-upgrade add="true"/>
  150. </property>
  151. <property>
  152. <name>kerberos.expire.time</name>
  153. <value>7</value>
  154. <description></description>
  155. </property>
  156. </configuration>