Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/269#discussion_r123025719
  
    --- 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 --
    
    May also want a min depth.   I think both of the use cases can be also be 
achieved with a follow on grep.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to