keith-turner commented on a change in pull request #2238:
URL: https://github.com/apache/accumulo/pull/2238#discussion_r701240817
##########
File path: assemble/bin/accumulo-cluster
##########
@@ -43,52 +43,68 @@ function invalid_args {
exit 1
}
-function verify_config {
+function parse_fail {
+ echo "Failed to parse ${conf}/cluster.yml"
+ exit 1
+}
+
+function parse_config {
if [[ -f ${conf}/slaves ]]; then
Review comment:
Oh nice you checked for all the old files in that commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]