HBASE-19016 Coordinate storage policy property name for table schema and bulkload
This commit is contained in:
parent
51489b2081
commit
be4570fc85
|
@ -172,7 +172,7 @@ public class HFileOutputFormat2
|
|||
static final String MULTI_TABLE_HFILEOUTPUTFORMAT_CONF_KEY =
|
||||
"hbase.mapreduce.use.multi.table.hfileoutputformat";
|
||||
|
||||
public static final String STORAGE_POLICY_PROPERTY = "hbase.hstore.storagepolicy";
|
||||
public static final String STORAGE_POLICY_PROPERTY = HStore.BLOCK_STORAGE_POLICY_KEY;
|
||||
public static final String STORAGE_POLICY_PROPERTY_CF_PREFIX = STORAGE_POLICY_PROPERTY + ".";
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue