Set Default Block Size for Specific Path

59 Views Asked by At

how can I set default block size for a specific path? I don't know which property to be set in './alluxio fsadmiin pathConf ' command.

1

There are 1 best solutions below

0
On BEST ANSWER

You can set the default block size for Alluxio files with alluxio.user.block.size.bytes.default and the default size is 64MB.

You can read more about this property and other related properties here: https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html#alluxio.user.block.size.bytes.default