dlmarion commented on a change in pull request #2259:
URL: https://github.com/apache/accumulo/pull/2259#discussion_r717713700
##########
File path: assemble/bin/accumulo-cluster
##########
@@ -73,15 +73,6 @@ function verify_config {
exit 1
fi
fi
- if [[ ! -f "${conf}/tracers" ]]; then
Review comment:
#2238 changes this file to use a yaml file. In that PR is code that
prints a message if any of the old files are found
```
for file in slaves tservers monitor tracers gc managers masters; do
if [[ -f ${conf}/${file} ]]; then
echo "ERROR: A '${file}' file was found in ${conf}/"
echo "Accumulo now uses cluster host configuration information from
'cluster.yaml' and requires that the '${file}' file not be present to reduce
confusion."
exit 1
fi
done
```
--
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]