Manno15 opened a new issue #2217: URL: https://github.com/apache/accumulo/issues/2217
Original JIRA ticket : https://issues.apache.org/jira/browse/ACCUMULO-1660 Description from the ticket: <pre> The output from o.a.a.core.file.rfile.PrintInfo --histogram is hard to read. Specifically, the number of zeroes in each row in the histogram is difficult to tell at a glance. We have code elsewhere to pretty-print large sizes using MB, GB, etc... It would be nice to see that here as well. </pre> **Describe the solution you'd like** As shown in the photo below, the size is hard to determine at a glance. Using units like MB or GB would be easier to read. This could be done as the default or as another option on top of `--histogram`. We utilize `NumUtil` in other areas of the code such as `DUCommand` and that could possibly be used here as well.. **Additional context** Currently, the output of the histogram command looks like the following:  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
