[ 
https://issues.apache.org/jira/browse/MESOS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721021#comment-13721021
 ] 

Vinod Kone commented on MESOS-587:
----------------------------------

Thanks Shingo Omura for the patch!

https://reviews.apache.org/r/12975/
                
> 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
>             Fix For: 0.14.0
>
>         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

Reply via email to