[
https://issues.apache.org/jira/browse/HBASE-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888010#action_12888010
]
stack commented on HBASE-7:
---------------------------
@Ted
You don't need to make the HBaseConfiguration change. In fact you shouldn't.
Better to change the HBaseConfiguration.create to new HBaseConfiguration in
HBaseFsck.
I tried it and it gives me the following issue:
{code}
Number of Tables: 1
Number of live region servers:1
Number of dead region servers:0
Exception in thread "main" java.lang.NullPointerException
at
org.apache.hadoop.hbase.client.HBaseFsck.processRegionServers(HBaseFsck.java:309)
at org.apache.hadoop.hbase.client.HBaseFsck.doWork(HBaseFsck.java:162)
at org.apache.hadoop.hbase.client.HBaseFsck.main(HBaseFsck.java:534)
{code}
Do you see that?
> [hbase] Provide a HBase checker and repair tool similar to fsck
> ---------------------------------------------------------------
>
> Key: HBASE-7
> URL: https://issues.apache.org/jira/browse/HBASE-7
> Project: HBase
> Issue Type: New Feature
> Components: util
> Reporter: Jim Kellerman
> Assignee: dhruba borthakur
> Fix For: 0.90.0
>
> Attachments: add_region.rb, check_meta.rb, check_meta.rb,
> HBASE-7.patch, hbase.fsck1.txt, HBaseConfiguration.java, HBaseFsck.java,
> patch.txt
>
>
> We need a tool to verify (and repair) HBase much like fsck
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.