[ 
https://issues.apache.org/jira/browse/KAFKA-6919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502648#comment-16502648
 ] 

ASF GitHub Bot commented on KAFKA-6919:
---------------------------------------

ijuma closed pull request #5040: KAFKA-6919: Fix for the location of the 
trogdor.sh executable file in the documentation
URL: https://github.com/apache/kafka/pull/5040
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/TROGDOR.md b/TROGDOR.md
index b8c94d4bc7c..3783d7e8193 100644
--- a/TROGDOR.md
+++ b/TROGDOR.md
@@ -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" : {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Trogdor documentation points to wrong location for trogdor.sh
> -------------------------------------------------------------
>
>                 Key: KAFKA-6919
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6919
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Koen De Groote
>            Priority: Minor
>
> On this page: https://github.com/apache/kafka/blob/trunk/TROGDOR.md
> To get test results, the command shown is: ./tests/bin/trogdor.sh client 
> --show-tasks localhost:8889
> However, trogdor.sh isn't in ./tests/bin, it's in ./bin/
> Documentation should be updated accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to