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


   hfds-site:
   <configuration>
       <property>
           <name>dfs.namenode.name.dir</name>
           <value>/home/maintain/hadoop/hdfs-data/namenode</value>
           <description>Path on the local filesystem where the NameNode stores 
the namespace and transaction logs persistently.</description>
       </property>
       <property>
           <name>dfs.datanode.data.dir</name>
           <value>
               /disk1/hadoop/hdfs-data/datanode,
               /disk2/hadoop/hdfs-data/datanode,
               /disk3/hadoop/hdfs-data/datanode,
               /disk4/hadoop/hdfs-data/datanode,
               /disk5/hadoop/hdfs-data/datanode,
               /disk6/hadoop/hdfs-data/datanode,
               /disk7/hadoop/hdfs-data/datanode,
               /disk8/hadoop/hdfs-data/datanode,
               /disk9/hadoop/hdfs-data/datanode,
               /disk10/hadoop/hdfs-data/datanode,
               /disk11/hadoop/hdfs-data/datanode,
               /disk12/hadoop/hdfs-data/datanode
           </value>
           <description>Comma separated list of paths on the local filesystem 
of a DataNode where it should store its blocks.</description>
       </property>
       <property>
           <name>dfs.hosts</name>
           
<value>/home/maintain/hadoop/hadoop/curr_hadoop/etc/hadoop/includes</value>
       </property>
       <property>
           <name>dfs.hosts.exclude</name>
           
<value>/home/maintain/hadoop/hadoop/curr_hadoop/etc/hadoop/excludes</value>
       </property>
       <property>
           <name>dfs.nameservices</name>
           <value>hadooptest</value>
           <description> the logical name for this new nameservice 
</description>
       </property>
       <property>
           <name>dfs.ha.namenodes.hadooptest</name>
           <value>nn1,nn2</value>
       </property>
       <property>
           <name>dfs.namenode.rpc-address.hadooptest.nn1</name>
           <value>alibjhtest-pipe-datanode1-vm:8020</value>
       </property>
       <property>
           <name>dfs.namenode.rpc-address.hadooptest.nn2</name>
           <value>alibjhtest-pipe-datanode2-vm:8020</value>
       </property>
       <property>
           <name>dfs.namenode.http-address.hadooptest.nn1</name>
           <value>alibjhtest-pipe-datanode1-vm:50070</value>
       </property>
       <property>
           <name>dfs.namenode.http-address.hadooptest.nn2</name>
           <value>alibjhtest-pipe-datanode2-vm:50070</value>
       </property>
       <property>
           <name>dfs.namenode.shared.edits.dir</name>
           
<value>qjournal://alibjhtest-pipe-datanode3-vm:8485;alibjhtest-pipe-datanode4-vm:8485;alibjhtest-pipe-datanode5-vm:8485/hadooptest</value>
       </property>
       <property>
           <name>dfs.client.failover.proxy.provider.hadooptest</name>
           
<value>org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider</value>
       </property>
       <property>
           <name>dfs.ha.fencing.methods</name>
           <value>sshfence</value>
       </property>
       <property>
           <name>dfs.ha.fencing.ssh.private-key-files</name>
           <value>/home/maintain/.ssh/authorized_keys</value>
       </property>
       <property>
           <name>dfs.journalnode.edits.dir</name>
           <value>/home/maintain/hadoop/hdfs-data/jn-nodes</value>
       </property>
       <property>
           <name>dfs.ha.automatic-failover.enabled</name>
           <value>true</value>
       </property>
       <property>
           <name>dfs.balance.bandwidthPerSec</name>
           <value>1048576</value>
       </property>
       <property>
           <name>dfs.webhdfs.enabled</name>
           <value>true</value>
       </property>
       <property>
           <name>dfs.support.append</name>
           <value>true</value>
       </property>
       <property>
           <name>dfs.datanode.fsdataset.volume.choosing.policy</name>
           
<value>org.apache.hadoop.hdfs.server.datanode.fsdataset.AvailableSpaceVolumeChoosingPolicy</value>
       </property>
       <property>
           <name>dfs.namenode.handler.count</name>
           <value>10</value>
       </property>
       <property>
           <name>dfs.datanode.handler.count</name>
           <value>10</value>
       </property>
       <property>
           <name>ipc.server.read.threadpool.size</name>
           <value>10</value>
       </property>
       <property>
           <name>dfs.namenode.fs-limits.max-directory-items</name>
           <value>100</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