Github user mikewalch commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/160#discussion_r86418372
  
    --- Diff: core/src/main/java/org/apache/accumulo/core/Constants.java ---
    @@ -126,7 +126,8 @@
       public static final String EXPORT_INFO_FILE = "accumulo_export_info.txt";
     
       // Variables that will be substituted with environment vars in 
PropertyType.PATH values
    -  public static final Collection<String> PATH_PROPERTY_ENV_VARS = 
Collections.unmodifiableCollection(Arrays.asList("ACCUMULO_HOME", 
"ACCUMULO_CONF_DIR"));
    +  public static final Collection<String> PATH_PROPERTY_ENV_VARS = 
Collections.unmodifiableCollection(Arrays.asList("ACCUMULO_BIN_DIR", 
"ACCUMULO_LIB_DIR",
    --- End diff --
    
    I removed the extra interpolations and only ACCUMULO_HOME & 
ACCUMULO_CONF_DIR are interpolated


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to