1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

fixed spelling / commented out service restart when procmgr starts, not needed

This commit is contained in:
david hill
2017-09-13 10:39:50 -05:00
parent dc55c27e9e
commit 71ebb54b6a
2 changed files with 10 additions and 10 deletions

View File

@@ -306,7 +306,7 @@ export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
$installdir/bin/postConfigure -i $installdir
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
@@ -321,7 +321,7 @@ If installing on a pm1 node:
$installdir/bin/postConfigure
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
$installdir/bin/columnstore start
@@ -353,7 +353,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
. $installdir/bin/setenv-hdfs-20
$installdir/bin/postConfigure -i $installdir
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
@@ -367,7 +367,7 @@ export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
$installdir/bin/postConfigure -i $installdir
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installdir/lib:$installdir/mysql/lib
@@ -382,7 +382,7 @@ If you are intending to install MariaDB Columnstore over Hadoop, the next steps
. $installdir/bin/setenv-hdfs-20
$installdir/bin/postConfigure
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
. $installdir/bin/setenv-hdfs-20
$installdir/bin/columnstore start
@@ -393,7 +393,7 @@ If installing on a pm1 node:
$installdir/bin/postConfigure
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
$installdir/bin/columnstore start
@@ -439,7 +439,7 @@ If installing on a pm1 node:
. $installdir/bin/setenv-hdfs-12
$installdir/bin/postConfigure
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
. $installdir/bin/setenv-hdfs-12
$installdir/bin/columnstore start
@@ -450,7 +450,7 @@ If installing on a pm1 node:
$installdir/bin/postConfigure
If installing on a non-pm1 using the non-distrubuted option:
If installing on a non-pm1 using the non-distributed option:
$installdir/bin/columnstore start

View File

@@ -566,7 +566,7 @@ static void startMgrProcessThread()
//Send out a start service just to make sure Columnstore is runing on remote nodes
//note this only works for systems with ssh-keys
for( unsigned int i = 0 ; i < systemmoduletypeconfig.moduletypeconfig.size(); i++)
/* for( unsigned int i = 0 ; i < systemmoduletypeconfig.moduletypeconfig.size(); i++)
{
int moduleCount = systemmoduletypeconfig.moduletypeconfig[i].ModuleCount;
if( moduleCount == 0)
@@ -588,7 +588,7 @@ static void startMgrProcessThread()
}
}
}
*/
//distribute system and process config files
processManager.distributeConfigFile("system");
processManager.distributeConfigFile("system", "ProcessConfig.xml");