cshannon commented on issue #2820: URL: https://github.com/apache/accumulo/issues/2820#issuecomment-1220799973
After talking offline to @EdColeman I am going to try a different approach of creating a new command called `du_meta` that will be simpler and just do the metadata scan on the client side and not touch the RPC call or the current command. The metadata stores the HDFS file sizes and this seems like a faster option for getting the output by doing the client side scan vs having to send an RPC call. The help for the command can mention the fact that for the most accurate info that a flush/compaction should be run so metadata is updated. The old command can stay for now and eventually be marked as deprecated and removed if this new one performs better as expected. I also plan to add some flags to support different options such as computing the size of a single Table or all tables in a namespace, etc. -- 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]
