gaoyu2016 commented on issue #5237:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/5237#issuecomment-819306225


   core-site:
   <configuration>
       <property>
           <name>fs.defaultFS</name>
           <value>hdfs://hadooptest</value>
           <description>NameNode URI</description>
       </property>
       <property>
           <name>hadoop.tmp.dir</name>
           <value>/home/maintain/hadoop/tmp/hadoop/hadoop-${user.name}</value>
           <description>A base for other temporary directorise</description>
       </property>
       <property>
           <name>hadoop.proxyuser.maintain.hosts</name>
           <value>*</value>
       </property>
       <property>
           <name>hadoop.proxyuser.maintain.groups</name>
           <value>*</value>
       </property>
       <property>
           <name>ha.zookeeper.quorum</name>
           
<value>alibjhtest-pipe-datanode3-vm:2181,alibjhtest-pipe-datanode4-vm:2181,alibjhtest-pipe-datanode5-vm:2181</value>
       </property>
       <property>
           <name>ha.zookeeper.session-timeout.ms</name>
           <value>180000</value>
       </property>
       <property>
           <name>ha.health-monitor.rpc-timeout.ms</name>
           <value>600000</value>
       </property>
       <property>
           <name>fs.trash.interval</name>
           <value>1440</value>
           <description>Number of minutes between trash checkpoints. If zero, 
the trash feature is disabled</description>
       </property>
       <property>
           <name>hadoop.http.filter.initializers</name>
           
<value>org.apache.hadoop.security.HttpCrossOriginFilterInitializer</value>
       </property>
       <property>
           <name>io.file.buffer.size</name>
           <value>65536</value>
       </property>
       <property>
           <name>ipc.server.listen.queue.size</name>
           <value>65536</value>
           <description>Indicates the length of the listen queue for servers 
accepting client connections.</description>
       </property>
       <property>
           <name>io.compression.codecs</name>
           <value>
               org.apache.hadoop.io.compress.GzipCodec,
               org.apache.hadoop.io.compress.DefaultCodec,
               org.apache.hadoop.io.compress.BZip2Codec,
               org.apache.hadoop.io.compress.SnappyCodec
           </value>
       </property>
       <property>
        <name>ha.failover-controller.graceful-fence.rpc-timeout.ms</name>
        <value>20000</value>
      </property>
      <property>
        <name>ha.failover-controller.new-active.rpc-timeout.ms</name>
        <value>120000</value>
      </property>
      <property>
        <name>ha.failover-controller.graceful-fence.connection.retries</name>
        <value>2</value>
      </property>
   </configuration>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to