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

Colin Patrick McCabe updated HADOOP-9895:
-----------------------------------------

    Description: 
NativeCodeLoader#isNativeCodeLoaded incorrectly returns true sometimes.  One 
example of this is where libhadoop.so exists, but the link-time dependencies of 
that library cannot be found in our current system path.  To get around this 
problem, isNativeCodeLoaded should actually verify that we have made a call 
into libhadoop.so before returning true.

    
> NativeCodeLoader#isNativeCodeLoaded incorrectly returns true sometimes
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-9895
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9895
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Colin Patrick McCabe
>
> NativeCodeLoader#isNativeCodeLoaded incorrectly returns true sometimes.  One 
> example of this is where libhadoop.so exists, but the link-time dependencies 
> of that library cannot be found in our current system path.  To get around 
> this problem, isNativeCodeLoaded should actually verify that we have made a 
> call into libhadoop.so before returning true.

--
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