diff --git a/oam/install_scripts/post-install b/oam/install_scripts/post-install index 70d3098f7..8c5fb2117 100755 --- a/oam/install_scripts/post-install +++ b/oam/install_scripts/post-install @@ -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 diff --git a/procmgr/main.cpp b/procmgr/main.cpp index e489eefa8..b2f8683ff 100644 --- a/procmgr/main.cpp +++ b/procmgr/main.cpp @@ -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");