[MCOL-3515] Make non-distributed install the only install Created: 2019-09-24 Updated: 2019-09-30 Resolved: 2019-09-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Bharath Bokka (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
We need to remove the option of distributed / non-distributed install. non-distributed should be the only install mechanism. |
| Comments |
| Comment by Bharath Bokka (Inactive) [ 2019-09-30 ] |
|
Build verified: 1.4.0-1 gitversionEngine- /usr/local/mariadb/columnstore/bin/postConfigure -d and /usr/local/mariadb/columnstore/bin/postConfigure -n doesn't work on 1.4.0-1 Ex- [root@localhost ~]# /usr/local/mariadb/columnstore/bin/postConfigure -n postConfigure Help command doesn't list -d and -n options. Installation works with- This is the MariaDB ColumnStore System Configuration and Installation tool. IMPORTANT: This tool requires to run on the Performance Module #1 There are 2 options when configuring the System Server Type: single and multi 'single' - Single-Server install is used when there will only be 1 server configured 'multi' - Multi-Server install is used when you want to configure multiple servers now or Select the type of System Server install [1=single, 2=multi] (2) > 1.4.0-1 installation works as expected with only install mechanism as non-distribute. |