Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.2.1
-
None
-
CentOS Linux 7 (Core); 3.10.0-862.14.4.el7.x86_64. ColumnStore installed using RPMs.
Description
The columnstoreClusterTester.sh script installed from "centos-7" RPMs fails with message:
./columnstoreClusterTester.sh: line 361: syntax error near unexpected token `done'
./columnstoreClusterTester.sh: line 361: ` done'
My workaround is to comment-out (line 361) of columnstoreClusterTester.sh and add 'else' (line 362):
361: #done
362: else
The script works after the above modification.