You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Peter Ivanov (Jira)" <ji...@apache.org> on 2020/08/03 10:06:00 UTC

[jira] [Created] (IGNITE-13319) Docker: trim whitespaces in the OPTION_LIBS parameter

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)