keith-turner opened a new issue #127: URL: https://github.com/apache/accumulo-testing/issues/127
Something has changed where the [cluster control script](https://github.com/apache/accumulo-testing/blob/main/conf/cluster-control.sh.uno) for uno no longer seems to work. This script can be used by performance test. The following commands are being run by the scripts. These used to work and no longer work with the latest Accumulo. Not sure what changed. The goal of all of these commands is to avoid setting up hadoop and zookeeper from scratch between performance test. ```bash uno install accumulo uno run zookeeper uno run hadoop uno setup accumulo --no-deps uno stop accumulo --no-deps uno start accumulo --no-deps ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
