HDFS-10916. Switch from "raw" to "system" xattr namespace for erasure coding policy. (Andrew Wang via lei)

This commit is contained in:
Lei Xu 2016-10-11 10:04:46 -07:00
parent ecb51b857a
commit 809cfd27a3
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ public interface HdfsServerConstants {
String SECURITY_XATTR_UNREADABLE_BY_SUPERUSER =
"security.hdfs.unreadable.by.superuser";
String XATTR_ERASURECODING_POLICY =
"raw.hdfs.erasurecoding.policy";
"system.hdfs.erasurecoding.policy";
long BLOCK_GROUP_INDEX_MASK = 15;
byte MAX_BLOCKS_IN_GROUP = 16;