Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/227#discussion_r104196514 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/NativeMap.java --- @@ -70,11 +70,10 @@ static { // Check standard directories List<File> directories = new ArrayList<>(Arrays.asList(new File[] {new File("/usr/lib64"), new File("/usr/lib")})); --- End diff -- Thinking we should no longer look in these standard directories. Only look in the configured path. These could possibly be configured as defaults `accumulo-env.sh`, but should not be hard coded.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---