[
https://issues.apache.org/jira/browse/IGNITE-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Gusakov updated IGNITE-14413:
------------------------------------
Description:
Ignite CLI tool supports the following command now:
{code:java}
ignite node start --config path/to/config/file node-name{code}
but this call starts a naive mock of ignite node.
We need to implement the actual IgniteCLIRunner, which will be called with:
* required "nodeName" arg
* optional "config" arg with json config as a string
> Start of Ignite node should be supported by ignite-ctl tool
> -----------------------------------------------------------
>
> Key: IGNITE-14413
> URL: https://issues.apache.org/jira/browse/IGNITE-14413
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Vyacheslav Koptilin
> Assignee: Kirill Gusakov
> Priority: Major
> Labels: iep-73, ignite-3
> Fix For: 3.0.0-alpha2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Ignite CLI tool supports the following command now:
> {code:java}
> ignite node start --config path/to/config/file node-name{code}
> but this call starts a naive mock of ignite node.
> We need to implement the actual IgniteCLIRunner, which will be called with:
> * required "nodeName" arg
> * optional "config" arg with json config as a string
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)