Description
Running the command line tool accumulo rfile-info gives an error:
./bin/accumulo rfile-info /accumulo/tables/+r/root_tablet/A0000004.rf
Classname rfile not found. Please make sure you use the wholly qualified package name.
Calling the PrintInfo class directly from the command line does still work though:
./bin/accumulo org.apache.accumulo.core.file.rfile.PrintInfo /accumulo/tables/1/default_tablet/A000000n.rf
Attachments
Issue Links
- is broken by
-
ACCUMULO-4328 Run multiple tablet servers on a single host
- Resolved