Shingo Omura created MESOS-587:
----------------------------------
Summary: MesosNativeLibrary.java doesn't read environment variable
"MESOS_NATIVE_LIBRARY".
Key: MESOS-587
URL: https://issues.apache.org/jira/browse/MESOS-587
Project: Mesos
Issue Type: Bug
Components: java-api
Affects Versions: 0.13.0, 0.14.0
Reporter: Shingo Omura
MesosNativeLibrary.java doesn't read environment variable but java properties,
like below...
MesosNativeLibrary.java should read environment variable named
MESOS_NATIVE_LIBRARY.
src/java/generated/org/apache/mesos/MesosNativeLibrary.java.in
public class MesosNativeLibrary {
...
public static void load() {
load(System.getProperty("MESOS_NATIVE_LIBRARY"));
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira