1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

tweaks for system restart status issues

This commit is contained in:
David Hill
2016-12-06 15:07:24 +00:00
parent 9283635460
commit 506aada81b
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ installdir=$prefix/mariadb/columnstore
rpmmode=install
user=root
sudo=" "
if [ $USER != "root"]; then
if [ $USER != "root" ]; then
user=$USER
sudo="sudo "
fi

View File

@@ -8,7 +8,7 @@ prefix=/usr/local
installdir=$prefix/mariadb/columnstore
rpmmode=install
sudo=" "
if [ $USER != "root"]; then
if [ $USER != "root" ]; then
user=$USER
sudo="sudo "
fi

View File

@@ -2273,7 +2273,7 @@ int processCommand(string* arguments)
else
{
cout << endl << "**** shutdownSystem Failure : " << e.what() << endl;
cout << "Retry using FORCEFUL option" << endl << endl;
cout << " Retry running command using FORCEFUL option" << endl << endl;
}
//hdfs / hadoop config
@@ -4683,7 +4683,7 @@ int processCommand(string* arguments)
}
cout << " ";
cout.width(20);
//cout << "---------------";
cout << "---------------";
if ( AmazonElasticIPCount > 0 )
{
cout.width(20);