Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/269#discussion_r123023639
--- Diff:
core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java ---
@@ -55,6 +55,8 @@
boolean hash = false;
@Parameter(names = {"--histogram"}, description = "print a histogram
of the key-value sizes")
boolean histogram = false;
+ @Parameter(names = {"--printIndex"}, description = "prints information
about all the index entries")
+ boolean printIndex = false;
--- End diff --
Given some of the other discussion, I was thinking that a `--maxDepth`
option might also be nice to add. Food for thought.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---