Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
-
2025-3
Description
add a feature to fire off a single node and simplify the columnstore single node setup process to as few steps as possible.
I want initial setup for single nodes to look something like this:
sudo dnf -y install MariaDB-columnstore-engine
|
mcs start
|
Removing these two steps that would use a default API key (in the CNF file) and only add node localhost:
mcs cluster set api-key --key <your_key>
|
mcs cluster node add --node <hostname>
|
Attachments
Issue Links
- relates to
-
MCOL-5912 Make cmapi a dependency for columnstore
-
- Open
-