[
https://issues.apache.org/jira/browse/HBASE-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-5374.
-----------------------------------
Resolution: Invalid
> useTableNameGlobally is not initialized for ReaderV2
> ----------------------------------------------------
>
> Key: HBASE-5374
> URL: https://issues.apache.org/jira/browse/HBASE-5374
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.0
> Reporter: Ted Yu
>
> SchemaMetrics.useTableNameGlobally is a Boolean object that is not
> initialized. It depends on public static method configureGlobally() to
> initialize it based on the configuration file. But this is only done for
> writer, not for reader. So when invoking hfile tool,
> {code}
> hbase/bin/hbase org.apache.hadoop.hbase.io.hfile.HFile -v -f YourFile
> {code}
> where HFileReaderV2 is invoked, it throws exception complaining the flag is
> null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)