You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Shingo Omura (JIRA)" <ji...@apache.org> on 2013/07/26 13:07:48 UTC

[jira] [Updated] (MESOS-587) MesosNativeLibrary.java doesn't read environment variable "MESOS_NATIVE_LIBRARY".

     [ https://issues.apache.org/jira/browse/MESOS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shingo Omura updated MESOS-587:
-------------------------------

    Attachment: 0001-change-getProperty-to-getenv-in-MesosNativeLibrary.j.patch

patch.
                
> 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
>         Attachments: 0001-change-getProperty-to-getenv-in-MesosNativeLibrary.j.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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