From 1da4041c580f3cc0acc224e4fd9e5f4a4e8b443e Mon Sep 17 00:00:00 2001 From: Jeffrey Manno Date: Sun, 27 Feb 2022 18:57:54 -0500 Subject: [PATCH] upgrade versioning in performance script (#195) --- README.md | 2 +- bin/performance | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b3c6906..bd166e47 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ run in Docker: * `conf/accumulo-client.properties` - Configure this file from your Accumulo install * `conf/accumulo-testing.properties` - Configure this file for testing - * `target/accumulo-testing-2.0.0-SNAPSHOT-shaded.jar` - Can be created using `./bin/build` + * `target/accumulo-testing-2.1.0-SNAPSHOT-shaded.jar` - Can be created using `./bin/build` Run the following command to create the image. `HADOOP_HOME` should be where Hadoop is installed on your cluster. `HADOOP_USER_NAME` should match the user running Hadoop on your cluster. diff --git a/bin/performance b/bin/performance index 05d87d35..e69603a8 100755 --- a/bin/performance +++ b/bin/performance @@ -21,7 +21,7 @@ bin_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) at_home=$( cd "$( dirname "$bin_dir" )" && pwd ) -at_version=2.0.0-SNAPSHOT +at_version=2.1.0-SNAPSHOT function print_usage() { cat <