You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/11/19 10:55:00 UTC

[jira] [Commented] (HADOOP-18982) Fix doc about loading native libraries

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

ASF GitHub Bot commented on HADOOP-18982:
-----------------------------------------

zhangshuyan0 opened a new pull request, #6281:
URL: https://github.com/apache/hadoop/pull/6281

   ### Description of PR
   When we want load a native library libmyexample.so, the right way is to call 
   `System.loadLibrary("myexample")` rather than `System.loadLibrary("libmyexample.so")`.




> Fix doc about loading native libraries
> --------------------------------------
>
>                 Key: HADOOP-18982
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18982
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Shuyan Zhang
>            Priority: Major
>
> When we want load a native library libmyexample.so, the right way is to call 
> System.loadLibrary("myexample") rather than System.loadLibrary("libmyexample.so").



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org