[
https://issues.apache.org/jira/browse/HBASE-10946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Daniel Cryans resolved HBASE-10946.
----------------------------------------
Resolution: Duplicate
I'm fixing this in HBASE-11188.
> hbase.metrics.showTableName cause run “hbase xxx.Hfile” report Inconsistent
> configuration
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-10946
> URL: https://issues.apache.org/jira/browse/HBASE-10946
> Project: HBase
> Issue Type: Bug
> Components: HFile
> Affects Versions: 0.94.17
> Environment: hadoop 1.2.1 hbase0.94.17
> Reporter: Zhang Jingpeng
> Priority: Minor
>
> when i run hbase org.apache.hadoop.hbase.io.hfile.Hfile ,print the error info
> "ERROR metrics.SchemaMetrics: Inconsistent configuration. Previous
> configuration for using table name in metrics: true, new configuration: false"
> I find the report section in Hfile -->setUseTableName method
> and to be called by next
> final boolean useTableNameNew =
> conf.getBoolean(SHOW_TABLE_NAME_CONF_KEY, false);
> setUseTableName(useTableNameNew);
> but the hbase-default.xml is <name>hbase.metrics.showTableName</name>
> <value>true</value>
--
This message was sent by Atlassian JIRA
(v6.2#6252)