caofangkun created STORM-535:
--------------------------------
Summary: 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)