Skip to content

Commit

Permalink
Small documents fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <[email protected]>
  • Loading branch information
andmarios committed Mar 8, 2018
1 parent bfa4cdb commit b4035db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tests/box-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit b4035db

Please sign in to comment.