hdfsにDataNodeを追加する方法
操作コマンド
mkdir -p /data/2/dfs/dn
chown -R hdfs:hdfs /data/2/dfs/dn/
修正ファイル:hdfs-site.xml
<property>
<name>dfs.datanode.data.dir</name>
<value>/data/2/dfs/dn</value>
</property>
Coding Changes the World
操作コマンド
mkdir -p /data/2/dfs/dn
chown -R hdfs:hdfs /data/2/dfs/dn/
修正ファイル:hdfs-site.xml
<property>
<name>dfs.datanode.data.dir</name>
<value>/data/2/dfs/dn</value>
</property>