You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-3537 Reworded Post Installation Instruction in post-install script
This commit is contained in:
@ -323,19 +323,13 @@ if [ -z "$hadoop" ]; then
|
|||||||
cat <<EOD
|
cat <<EOD
|
||||||
The next steps are:
|
The next steps are:
|
||||||
|
|
||||||
If installing on a pm1 node using non-distributed install
|
If installation on pm1:
|
||||||
|
|
||||||
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||||
$installdir/bin/postConfigure -i $installdir
|
$installdir/bin/postConfigure -i $installdir
|
||||||
|
|
||||||
If installing on a pm1 node using distributed install
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
|
||||||
$installdir/bin/postConfigure -i $installdir -d
|
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
|
||||||
|
|
||||||
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||||
@ -346,15 +340,11 @@ EOD
|
|||||||
cat <<EOD
|
cat <<EOD
|
||||||
The next step is:
|
The next step is:
|
||||||
|
|
||||||
If installing on a pm1 node using non-distributed install
|
If installation on pm1:
|
||||||
|
|
||||||
$installdir/bin/postConfigure
|
$installdir/bin/postConfigure
|
||||||
|
|
||||||
If installing on a pm1 node using distributed install
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
$installdir/bin/postConfigure -d
|
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
|
||||||
|
|
||||||
$installdir/bin/columnstore start
|
$installdir/bin/columnstore start
|
||||||
|
|
||||||
@ -386,7 +376,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
|||||||
. $installdir/bin/setenv-hdfs-20
|
. $installdir/bin/setenv-hdfs-20
|
||||||
$installdir/bin/postConfigure -i $installdir
|
$installdir/bin/postConfigure -i $installdir
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||||
@ -400,7 +390,7 @@ export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
|||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||||
$installdir/bin/postConfigure -i $installdir
|
$installdir/bin/postConfigure -i $installdir
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||||
@ -415,7 +405,7 @@ If you are intending to install MariaDB Columnstore over Hadoop, the next steps
|
|||||||
. $installdir/bin/setenv-hdfs-20
|
. $installdir/bin/setenv-hdfs-20
|
||||||
$installdir/bin/postConfigure
|
$installdir/bin/postConfigure
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
. $installdir/bin/setenv-hdfs-20
|
. $installdir/bin/setenv-hdfs-20
|
||||||
$installdir/bin/columnstore start
|
$installdir/bin/columnstore start
|
||||||
@ -426,7 +416,7 @@ If installing on a pm1 node:
|
|||||||
|
|
||||||
$installdir/bin/postConfigure
|
$installdir/bin/postConfigure
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
$installdir/bin/columnstore start
|
$installdir/bin/columnstore start
|
||||||
|
|
||||||
@ -472,7 +462,7 @@ If installing on a pm1 node:
|
|||||||
. $installdir/bin/setenv-hdfs-12
|
. $installdir/bin/setenv-hdfs-12
|
||||||
$installdir/bin/postConfigure
|
$installdir/bin/postConfigure
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
. $installdir/bin/setenv-hdfs-12
|
. $installdir/bin/setenv-hdfs-12
|
||||||
$installdir/bin/columnstore start
|
$installdir/bin/columnstore start
|
||||||
@ -483,7 +473,7 @@ If installing on a pm1 node:
|
|||||||
|
|
||||||
$installdir/bin/postConfigure
|
$installdir/bin/postConfigure
|
||||||
|
|
||||||
If installing on a non-pm1 using the non-distributed option:
|
If installing on a node other than pm1:
|
||||||
|
|
||||||
$installdir/bin/columnstore start
|
$installdir/bin/columnstore start
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user