You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user