Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorials/tutorial-batch-hadoop.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ druid.indexer.logs.directory=/druid/indexing-logs

Once the Hadoop .xml files have been copied to the Druid cluster and the segment/log storage configuration has been updated to use HDFS, the Druid cluster needs to be restarted for the new configurations to take effect.

If the cluster is still running, CTRL-C to terminate the `bin/supervise` script, and re-reun it to bring the Druid services back up.
If the cluster is still running, CTRL-C to terminate the `bin/start-micro-quickstart` script, and re-reun it to bring the Druid services back up.

## Load batch data

Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorials/tutorial-tranquility.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The startup scripts for the tutorial will expect the contents of the Tranquility
## Enable Tranquility Server

- In your `conf/supervise/single-server/micro-quickstart.conf`, uncomment the `tranquility-server` line.
- Stop your *bin/supervise* command (CTRL-C) and then restart it by again running `bin/supervise -c conf/supervise/single-server/micro-quickstart.conf`.
- Stop *micro-quickstart* cluster command (CTRL-C) then restart it again by running `bin/start-micro-quickstart`

As part of the output of *supervise* you should see something like:

Expand Down