mirror of https://github.com/apache/kafka.git
MINOR: Fix for the location of the trogdor.sh executable file in the documentation. (#5040)
Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
e5492d7726
commit
a23b28726e
|
@ -44,7 +44,7 @@ Now, we can submit a test job to Trogdor. Here's an example of a short bash scr
|
|||
|
||||
To get the test results, we run --show-tasks:
|
||||
|
||||
./tests/bin/trogdor.sh client --show-tasks localhost:8889
|
||||
./bin/trogdor.sh client --show-tasks localhost:8889
|
||||
Got coordinator tasks: {
|
||||
"tasks" : {
|
||||
"produce_bench_20462" : {
|
||||
|
|
Loading…
Reference in New Issue