File tree Expand file tree Collapse file tree
docs/modules/druid/pages/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Then create the resources by applying the manifest file
2626
2727[source,bash]
2828----
29- include::example$code/getting-started .sh[tag=install-zookeeper]
29+ include::example$code/getting_started .sh[tag=install-zookeeper]
3030----
3131
3232=== HDFS
@@ -41,7 +41,7 @@ include::example$getting_started/hdfs.yaml[]
4141And apply it:
4242
4343----
44- include::example$code/getting-started .sh[tag=install-hdfs]
44+ include::example$code/getting_started .sh[tag=install-hdfs]
4545----
4646
4747=== Druid
@@ -56,7 +56,7 @@ include::example$getting_started/druid.yaml[]
5656And apply it:
5757
5858----
59- include::example$code/getting-started .sh[tag=install-druid]
59+ include::example$code/getting_started .sh[tag=install-druid]
6060----
6161
6262This will create the actual druid instance.
@@ -90,7 +90,7 @@ simple-zk-server-default 3/3 7m
9090Then, create a port-forward for the Druid Router:
9191
9292----
93- include::example$code/getting-started .sh[tag=port-forwarding]
93+ include::example$code/getting_started .sh[tag=port-forwarding]
9494----
9595
9696=== Ingest example data
@@ -148,7 +148,7 @@ include::example$getting_started/query.json[]
148148and execute it:
149149
150150[source,bash]
151- include::example$code/getting-started .sh[tag=query-data]
151+ include::example$code/getting_started .sh[tag=query-data]
152152
153153The result should be similar to:
154154
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ There are 2 ways to run Stackable Operators
88
991. Using xref:stackablectl::index.adoc[]
1010
11- 1 . Using Helm
11+ 2 . Using Helm
1212
1313=== stackablectl
1414
@@ -19,7 +19,7 @@ After you have installed stackablectl run the following command to install all O
1919
2020[source,bash]
2121----
22- include::example$code/getting-started .sh[tag=stackablectl-install-operators]
22+ include::example$code/getting_started .sh[tag=stackablectl-install-operators]
2323----
2424
2525The tool will show
@@ -39,13 +39,13 @@ TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to
3939You can also use Helm to install the Operators. Add the Stackable Helm repository:
4040[source,bash]
4141----
42- include::example$code/getting-started .sh[tag=helm-add-repo]
42+ include::example$code/getting_started .sh[tag=helm-add-repo]
4343----
4444
4545Then install the Stackable Operators:
4646[source,bash]
4747----
48- include::example$code/getting-started .sh[tag=helm-install-operators]
48+ include::example$code/getting_started .sh[tag=helm-install-operators]
4949----
5050
5151Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the Apache Druid service (as well as the CRDs for the required operators). You are now ready to deploy Apache Druid in Kubernetes.
You can’t perform that action at this time.
0 commit comments