drewfarris commented on a change in pull request #1537: Add PrintInfo options 
to dump full keys, apply formatter
URL: https://github.com/apache/accumulo/pull/1537#discussion_r386467921
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
 ##########
 @@ -49,6 +59,12 @@
   static class Opts extends Help {
     @Parameter(names = {"-d", "--dump"}, description = "dump the key/value 
pairs")
     boolean dump = false;
+    @Parameter(names = {"--fullKeys"},
+        description = "dump full keys regardless of length, do no truncate, 
implies --dump")
+    boolean fullKeys = false;
+    @Parameter(names = {"--formatter"},
+        description = "specify a formatter class to apply to rfile contents, 
implies --dump")
 
 Review comment:
   Let me give this a shot. I can't recall whether Formatter implements 
`BiFunction<Key, Value String>` - I suspect it does not

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to