Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dfs.data.dirdatanodeがデータブロックを格納するための複数のディレクトリを許可します。データがHDFSにコピーされるとき、データはディレクトリ間でどのように分散されますか?
dfs.data.dir
にdfs.data.dir複数の値がある場合、データはラウンドロビン方式でHDFSにコピーされます。ディレクトリのディスクの1つがいっぱいになると、ラウンドロビンデータのコピーが残りのディレクトリで続行されます。