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 2019/03/19 15:06:32 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1035: Improve DistributedCacheHelper. Closes #896

milleruntime commented on a change in pull request #1035: Improve DistributedCacheHelper. Closes #896
URL: https://github.com/apache/accumulo/pull/1035#discussion_r266937495
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.java
 ##########
 @@ -91,8 +92,7 @@ private synchronized int getNumSubBins() {
   private synchronized Text[] getCutPoints() throws IOException {
     if (cutPointArray == null) {
       String cutFileName = conf.get(CUTFILE_KEY);
-      Path[] cf = org.apache.accumulo.core.clientImpl.mapreduce.lib.DistributedCacheHelper
-          .getLocalCacheFiles(conf);
+      Path[] cf = DistributedCacheHelper.getLocalCacheFiles(conf);
 
 Review comment:
   No that one is good.  I guess its safe to call Job.getInstance() here?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services