0

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.

ChanChan Mao
  • 157
  • 8

1 Answers1

0

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