Ivan Veselovsky created IGNITE-3966:
---------------------------------------
Summary: Hadoop: automatically add ${HADOOP_HOME}/lib/native to
java.library.path system property
Key: IGNITE-3966
URL: https://issues.apache.org/jira/browse/IGNITE-3966
Project: Ignite
Issue Type: Bug
Components: hadoop
Affects Versions: 1.6
Reporter: Ivan Veselovsky
Assignee: Ivan Veselovsky
Fix For: 1.8
Now in order to use native libs user is expected to add -J-Djava.library.path
explicitly upon node start.
In most of the Hadoop distributions native libraries are found in
${HADOOP_HOME}/lib/native/ , and, if such directory exists, we can add
-Djava.library.path paramater automatically.
Note that if -Djava.library.path is also given explicitly by the user, we
should merge his explicit value with our implicitly added value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)