[
https://issues.apache.org/jira/browse/IGNITE-10886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Cherkasov updated IGNITE-10886:
---------------------------------------
Description:
-J-PARAMS doesn't allow spaces, so you can not pass for example:
-J-DIGNITE_CLUSTER_NAME="dev dev dev" and set name for you cluster in WC.
it will fail with the following message:
mcherkasov$ bash bin/ignite.sh -v -J-Xmx3G -J-Xms3G
-J-DIGNITE_CLUSTER_NAME="dev dev dev"
Error: Could not find or load main class dev
was:
JVM_OPTS and -J-PARAMS doesn't allow spaces, so you can pass for example:
-DIGNITE_CLUSTER_NAME="dev dev dev" and set name for you cluster in WC.
> -J-PARAMS does not allow spaces in arguments
> --------------------------------------------
>
> Key: IGNITE-10886
> URL: https://issues.apache.org/jira/browse/IGNITE-10886
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Reporter: Mikhail Cherkasov
> Assignee: Mikhail Cherkasov
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> -J-PARAMS doesn't allow spaces, so you can not pass for example:
> -J-DIGNITE_CLUSTER_NAME="dev dev dev" and set name for you cluster in WC.
> it will fail with the following message:
> mcherkasov$ bash bin/ignite.sh -v -J-Xmx3G -J-Xms3G
> -J-DIGNITE_CLUSTER_NAME="dev dev dev"
> Error: Could not find or load main class dev
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)