Sean Busbey created ACCUMULO-2845:
-------------------------------------
Summary: Tools docs for CheckForMetaDataProblems needs to be updated for addition
of root table
Key: ACCUMULO-2845
URL: https://issues.apache.org/jira/browse/ACCUMULO-2845
Project: Accumulo
Issue Type: Bug
Components: docs
Affects Versions: 1.6.0
Reporter: Sean Busbey
Priority: Minor
Fix For: 1.6.1, 1.7.0
Right now, the example output for the CheckForMetadataProblems tool in the user manual shows
1.5 style results:
{quote}
Q: How can I be sure that the metadata tables are up and consistent?
A: CheckForMetadataProblems will verify the start/end of every tablet matches, and the start
and stop for the table is empty:
{noformat}
$ ./bin/accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u root --password
Enter the connection password:
All is well for table !0
All is well for table 1
{noformat}
{quote}
As of the break out of the root table in 1.6, this listing should be updated. e.g. on my test
instance it looks like:
{noformat}
$ $ACCUMULO_HOME/bin/accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u
root --password
Enter the connection password:
Checking table: accumulo.root
All is well for table !0
No problems found
Checking table: accumulo.metadata
All is well for table 1
All is well for table 3
All is well for table 4
All is well for table 5
All is well for table 6
No problems found
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|