fjy closed pull request #6299: Fix tutorial sample data filename, fix logger 
classname in metrics docs
URL: https://github.com/apache/incubator-druid/pull/6299
 
 
   

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/docs/content/operations/metrics.md 
b/docs/content/operations/metrics.md
index 32aa0e161ad..c8c69ed95a2 100644
--- a/docs/content/operations/metrics.md
+++ b/docs/content/operations/metrics.md
@@ -165,7 +165,7 @@ These metrics are for the Druid coordinator and are reset 
each time the coordina
 |`segment/unavailable/count`|Number of segments (not including replicas) left 
to load until segments that should be loaded in the cluster are available for 
queries.|datasource.|0|
 |`segment/underReplicated/count`|Number of segments (including replicas) left 
to load until segments that should be loaded in the cluster are available for 
queries.|tier, datasource.|0|
 
-If `emitBalancingStats` is set to `true` in the coordinator [dynamic 
configuration](../configuration/index.html#dynamic-configuration), then [log 
entries](../configuration/logging.html) for class 
`io.druid.server.coordinator.helper.DruidCoordinatorLogger` will have extra 
information on balancing decisions.
+If `emitBalancingStats` is set to `true` in the coordinator [dynamic 
configuration](../configuration/index.html#dynamic-configuration), then [log 
entries](../configuration/logging.html) for class 
`org.apache.druid.server.coordinator.helper.DruidCoordinatorLogger` will have 
extra information on balancing decisions.
 
 ## General Health
 
diff --git a/docs/content/tutorials/tutorial-kafka.md 
b/docs/content/tutorials/tutorial-kafka.md
index c5cc2183508..6c2424aae8b 100644
--- a/docs/content/tutorials/tutorial-kafka.md
+++ b/docs/content/tutorials/tutorial-kafka.md
@@ -58,14 +58,14 @@ In your Druid directory, run the following command:
 
 ```bash
 cd quickstart
-gunzip -k wikipedia-2015-09-12-sampled.json.gz
+gunzip -k wikiticker-2015-09-12-sampled.json.gz
 ```
 
 In your Kafka directory, run the following command, where {PATH_TO_DRUID} is 
replaced by the path to the Druid directory:
 
 ```bash
 export KAFKA_OPTS="-Dfile.encoding=UTF-8"
-./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic wikipedia 
< {PATH_TO_DRUID}/quickstart/wikipedia-2015-09-12-sampled.json
+./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic wikipedia 
< {PATH_TO_DRUID}/quickstart/wikiticker-2015-09-12-sampled.json
 ```
 
 The previous command posted sample events to the *wikipedia* Kafka topic which 
were then ingested into Druid by the Kafka indexing service. You're now ready 
to run some queries!


 

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to