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 2018/08/21 17:36:44 UTC

[GitHub] mikewalch commented on a change in pull request #609: Pass ServerContext to RFile. Closes #584

mikewalch commented on a change in pull request #609: Pass ServerContext to RFile. Closes #584
URL: https://github.com/apache/accumulo/pull/609#discussion_r211694536
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/file/rfile/SplitLarge.java
 ##########
 @@ -60,7 +60,7 @@ public static void main(String[] args) throws Exception {
 
     for (String file : opts.files) {
       AccumuloConfiguration aconf = DefaultConfiguration.getInstance();
-      CryptoService cryptoService = CryptoServiceFactory.getConfigured(aconf);
+      CryptoService cryptoService = CryptoServiceFactory.newInstance(aconf);
 
 Review comment:
   aconf is default configuration

----------------------------------------------------------------
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