[
https://issues.apache.org/jira/browse/STORM-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174708#comment-14174708
]
ASF GitHub Bot commented on STORM-535:
--------------------------------------
GitHub user caofangkun opened a pull request:
https://github.com/apache/storm/pull/298
STORM-535:setup 'java.library.path' for native-storm code if necessary
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-535
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #298
----
commit a47223b763ce9b3cf54cd8f7e014159951ad8099
Author: caofangkun <[email protected]>
Date: 2014-10-17T04:04:44Z
STORM-535:setup 'java.library.path' for native-storm code if necessary
commit fb85c6cce20c761ef79656437f9d3e933bf54e00
Author: caofangkun <[email protected]>
Date: 2014-10-17T04:11:43Z
STORM-535:setup 'java.library.path' for native-storm code if necessary
----
> 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)