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 2017/12/14 03:37:33 UTC

[GitHub] ctubbsii commented on a change in pull request #338: ACCUMULO-4763 Avoid use of 'file' in property descriptions

ctubbsii commented on a change in pull request #338: ACCUMULO-4763 Avoid use of 'file' in property descriptions
URL: https://github.com/apache/accumulo/pull/338#discussion_r156847267
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
 ##########
 @@ -336,13 +336,13 @@
           + "scan is switched to that local file. We can not switch to the minor compacted file because it may have been modified by iterators. The file "
           + "dumped to the local dir is an exact copy of what was in memory."),
   TSERV_BULK_PROCESS_THREADS("tserver.bulk.process.threads", "1", PropertyType.COUNT,
-      "The master will task a tablet server with pre-processing a bulk file prior to assigning it to the appropriate tablet servers. This configuration"
+      "The master will task a tablet server with pre-processing a bulk import file prior to assigning it to the appropriate tablet servers. This configuration"
 
 Review comment:
   Do we want to specify "bulk import RFile" here (and possibly in other places), since RFile is the file type for bulk-imported files, or is "bulk import file" sufficient?

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


With regards,
Apache Git Services