Skip to content

Commit

Permalink
[quickstart] Fix a couple typos in the NiFi guide
Browse files Browse the repository at this point in the history
Changes cluster to container given Nifi is a single
node in this example.

Change-Id: I008ef2550edea06dafb58bc7e8e408e57d255269
Reviewed-on: http://gerrit.cloudera.org:8080/13964
Tested-by: Grant Henke <[email protected]>
Reviewed-by: Andrew Wong <[email protected]>
  • Loading branch information
granthenke committed Jul 31, 2019
1 parent 536b3fe commit 5071386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart/nifi/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can view the running NiFi instance at link:http://localhost:8080/nifi[localh
NOTE: `--network="docker_default"` is specified to connect the container the
same network as the quickstart cluster.

NOTE: You can include the `-d` flag to run the cluster in the background.
NOTE: You can include the `-d` flag to run the container in the background.

== Create the Kudu table

Expand Down Expand Up @@ -117,7 +117,7 @@ Once you are done with the NiFi container you can shutdown in a couple of ways.
If you ran NiFi without the `-d` flag, you can use `ctrl + c` to stop the container.

If you ran NiFi with the `-d` flag, you can use the following to
gracefully shutdown the cluster:
gracefully shutdown the container:

[source,bash]
----
Expand Down

0 comments on commit 5071386

Please sign in to comment.