Use ssd storage
This commit is contained in:
parent
9e4879f7a0
commit
5a0f9cc5b4
1 changed files with 2 additions and 0 deletions
|
|
@ -273,6 +273,8 @@ in
|
||||||
hdfsSite = {
|
hdfsSite = {
|
||||||
"dfs.namenode.rpc-bind-host" = "0.0.0.0";
|
"dfs.namenode.rpc-bind-host" = "0.0.0.0";
|
||||||
"dfs.permissions" = "false";
|
"dfs.permissions" = "false";
|
||||||
|
"dfs.namenode.name.dir" = "/hdfs/dfs/name";
|
||||||
|
"dfs.datanode.data.dir" = "/hdfs/dfs/data";
|
||||||
};
|
};
|
||||||
|
|
||||||
hdfs = {
|
hdfs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue