Hi, > I want to delete everything off my cluster because ...
> Is there a way to configure the cluster so that it can retry more times? > Also, is there a way to format hbase? Or do I have to format the dfs and > clear everything? How about re-formating hbase by deleting entire hbase.rootdir from dfs? It should be set through hbase-site.xml and you can do "hadoop dfs -rmr " against that directory. Thanks, -- 河野 達也 Tatsuya Kawano (Mr.) Tokyo, Japan On Thu, Dec 3, 2009 at 6:35 AM, Mark Vigeant <[email protected]> wrote: > Hey- > > I want to delete everything off my cluster because I just changed the > configurations a bit, but every time I try to disable a table it takes too > long and I get this: > > NativeException: org.apache.hadoop.hbase.RegionException: Retries exhausted, > it took too long to wait for the table mill to be disabled. > > Is there a way to configure the cluster so that it can retry more times? > Also, is there a way to format hbase? Or do I have to format the dfs and > clear everything? > > Thanks! > > Mark Vigeant > RiskMetrics Group, Inc.
