You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/01/09 03:21:34 UTC

[jira] [Commented] (STORM-535) setup 'java.library.path' for native-storm code if necessary

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

ASF GitHub Bot commented on STORM-535:
--------------------------------------

Github user caofangkun closed the pull request at:

    https://github.com/apache/storm/pull/298


> setup 'java.library.path' for native-storm code if necessary
> ------------------------------------------------------------
>
>                 Key: STORM-535
>                 URL: https://issues.apache.org/jira/browse/STORM-535
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: caofangkun
>            Priority: Minor
>
>  JAVA_LIBRARY_PATH=${STORM_HOME}/lib/native/${JAVA_PLATFORM}
> eg:
> If run storm on amd64 , then will add following into  JAVA_LIBRARY_PATH
> ${STORM_HOME}/lib/native/Linux-amd64-64/libsigar-amd64-linux.so
> If run storm on x86_64 , then will add following into  JAVA_LIBRARY_PATH
> ${STORM_HOME}/lib/native/Linux-x86_64-64/libsigar-x86-linux.so



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)