[
https://issues.apache.org/jira/browse/STORM-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196471#comment-14196471
]
ASF GitHub Bot commented on STORM-535:
--------------------------------------
Github user Parth-Brahmbhatt commented on the pull request:
https://github.com/apache/storm/pull/298#issuecomment-61685448
-1 on this. I don't see why the config option is not sufficient. The code
seem to make an assumption that STORM_DIR\lib\nativ exists which is not true
for windows.
> 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)