diff --git a/README.md b/README.md index 937854c..dddddc8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To execute with a simple configuration file: The best example for understanding how to setup a coyote test, would be the [kafka-tests.yaml](https://github.com/Landoop/coyote/blob/master/tests/kafka-tests.yml) -which we use to test our Confluent Platform setup for the +which we use to test our Kafka setup for the [Landoop Boxes](https://docs.landoop.com/pages/your-box/). *Important:* coyote stores the stderr and stdout of each command in memory, so diff --git a/tests/box-configuration.yml b/tests/box-configuration.yml index 944655f..eee6dd5 100644 --- a/tests/box-configuration.yml +++ b/tests/box-configuration.yml @@ -77,13 +77,13 @@ - name: Cloudera Perf Test (Kerberos) command: | - /opt/confluent-2.0.1/bin/kafka-producer-perf-test --topic test-rep-one --throughput 100000 --record-size 1000 --num-records 1000000 + kafka-producer-perf-test --topic test-rep-one --throughput 100000 --record-size 1000 --num-records 1000000 --producer-props bootstrap.servers="cloudera.landoop.com:9092" # --producer-props bootstrap.servers="cloudera.landoop.com:9092" security.protocol=SASL_PLAINTEXT - - name: Confluent Perf Test (Non-Kerberos) + - name: Kafka Perf Test (Non-Kerberos) command: | - /opt/confluent-2.0.1/bin/kafka-producer-perf-test --topic test-rep-one --throughput 100000 --record-size 1000 --num-records 1000000 + kafka-producer-perf-test --topic test-rep-one --throughput 100000 --record-size 1000 --num-records 1000000 --producer-props bootstrap.servers="cloudera.landoop.com:29092" - name: Spark Tests diff --git a/version.go b/version.go index 29d775c..d040b29 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package main // auto generated by github.com/andmarios/go-versiongen const ( - vgVersion = "v1.1-13-g3ab1be2+" - vgHash = "3ab1be28a336e3e915ec7d55cf5ba36843a5a339" - vgClean = false + vgVersion = "v1.2" + vgHash = "bfa4cdb7609a3520381af4eda45a0366ea36c70a" + vgClean = true )