Peter Ivanov created IGNITE-13319:
-------------------------------------
Summary: Docker: trim whitespaces in the OPTION_LIBS parameter
Key: IGNITE-13319
URL:
https://issues.apache.org/jira/browse/IGNITE-13319 Project: Ignite
Issue Type: Bug
Reporter: Peter Ivanov
When you list several libraries in the OPTION_LIB parameter, you have to follow this format “ignite-aws,ignite-camel” with no whitespaces between the names.
If anybody puts a space before the ignite-camel like this “ignite-aws, ignite-camel” then the second library won’t be added to the classpath.
We need to trim all the whitespaces in the OPTION_LIB before passing the libs to the launch script.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)