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/05/22 19:35:56 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1112: Fixes #1052 - Review DistributedCache usage - Changed how token files and property files get cached

milleruntime commented on a change in pull request #1112: Fixes #1052 - Review DistributedCache usage - Changed how token files and property files get cached
URL: https://github.com/apache/accumulo/pull/1112#discussion_r286640568
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java
 ##########
 @@ -62,6 +63,8 @@
     IS_CONFIGURED, PRINCIPAL, TOKEN
   }
 
+  public static final String tokenCacheMnemonic = "tokenfile";
 
 Review comment:
   Isn't this just the name of the tokenFile? This is less confusing to me:
   `public static final String tokenFileName = "tokenfile";`

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