You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/13 21:16:37 UTC

[GitHub] [accumulo-website] milleruntime commented on a change in pull request #303: Update release notes for new monitor page and utility

milleruntime commented on a change in pull request #303:
URL: https://github.com/apache/accumulo-website/pull/303#discussion_r768128182



##########
File path: _posts/release/2020-01-19-accumulo-2.1.0.md
##########
@@ -213,6 +213,12 @@ TABLE: accumulo.metadata
 2    default_tablet  0     0     0         0         HOSTED     CURRENT:ip-10-113-12-25:9997   !0    ~                    +INF
 ```
 
+### New Utility for generating splits
+
+A new command line utility was created to generate split points from 1 or more rfiles. One or more HDFS directories can
+be given as well. The utility will iterate over all the files provided and determine the proper split points
+based on either the size or number given. It uses Apache Datasketches to get the split points from the data. {% ghi 2361 %} {% ghi 2368 %}
+

Review comment:
       It could but I only wanted to give a short, high level description for the release notes. I think some of your questions are details that would be better suited for the javadoc or description of the utility.
   
   Mentioning Apache datasketches is really just a shout out for use of other Apache tools.




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org