[MCOL-993] RPM installation prints output Created: 2017-10-28 Updated: 2017-11-01 Resolved: 2017-11-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | David Hill (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When ColumnStore is installed with yum, the installation prints output. The package installation scripts usually don't produce output as it looks out of place:
Sadly, the RPM packages don't have any way of conveying information to the users whereas DEB packages can interact with the user during installation. |
| Comments |
| Comment by David Hill (Inactive) [ 2017-10-30 ] |
|
Correct, it is printing extra installation steps required to complete the installation of ColumnStore. After most package installs, the product is running or you just need to start the service. ColumnStore is a bit different because you have to run the post install configuration script, postConfigure. So this message is reminding the user to do that. I will leave open and see if upper management wants to change to have this removed or left in. Thanks for the input.. |
| Comment by David Thompson (Inactive) [ 2017-11-01 ] |
|
This can be a somewhat helpful reminder that postCfg must be run after rpm install so i don't see any harm in leaving it in? |
| Comment by markus makela [ 2017-11-01 ] |
|
Yes, it's not a really big problem as postConfigure needs to be run to finish installation. I don't think there's a neat way to avoid this but I also don't think the MariaDB ColumnStore RPM install completed messages are necessary. |