[
https://issues.apache.org/jira/browse/IGNITE-13123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147654#comment-17147654
]
Alexey Goncharuk commented on IGNITE-13123:
-------------------------------------------
[[email protected]] the new module is not present in the binary release
which causes the {{control.sh}} to fail with
{code}
apache-ignite-2.9.0-SNAPSHOT-bin $ ./bin/control.sh --baseline
Error: Could not find or load main class
org.apache.ignite.internal.commandline.CommandHandler
Caused by: java.lang.ClassNotFoundException:
org.apache.ignite.internal.commandline.CommandHandler
{code}
Also, you need to pull the latest master (a new metadata command was added
there, this is a minor conflict).
Otherwise looks good, please fix the release assembly and I will merge this
change.
> Move control.sh to a separate module
> ------------------------------------
>
> Key: IGNITE-13123
> URL: https://issues.apache.org/jira/browse/IGNITE-13123
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Move [1] and its associated classes to a separate "ignite-control-utility"
> module.
> [1] - org.apache.ignite.internal.commandline.CommandHandler
--
This message was sent by Atlassian Jira
(v8.3.4#803005)