Skip to content

Commit d9e276c

Browse files
author
Felix Hennig
committed
Fixed docs includes
1 parent 803707a commit d9e276c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/modules/druid/pages/getting_started/first_steps.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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$getting_started/getting_started.sh[tag=install-zookeeper]
3030
----
3131

3232
=== HDFS
@@ -41,7 +41,7 @@ include::example$getting_started/hdfs.yaml[]
4141
And apply it:
4242

4343
----
44-
include::example$code/getting_started.sh[tag=install-hdfs]
44+
include::example$getting_started/getting_started.sh[tag=install-hdfs]
4545
----
4646

4747
=== Druid
@@ -56,7 +56,7 @@ include::example$getting_started/druid.yaml[]
5656
And apply it:
5757

5858
----
59-
include::example$code/getting_started.sh[tag=install-druid]
59+
include::example$getting_started/getting_started.sh[tag=install-druid]
6060
----
6161

6262
This will create the actual druid instance.
@@ -90,7 +90,7 @@ simple-zk-server-default 3/3 7m
9090
Then, create a port-forward for the Druid Router:
9191

9292
----
93-
include::example$code/getting_started.sh[tag=port-forwarding]
93+
include::example$getting_started/getting_started.sh[tag=port-forwarding]
9494
----
9595

9696
=== Ingest example data
@@ -111,7 +111,7 @@ include::example$getting_started/ingestion_spec.json[]
111111
Submit the file with the following `curl` command:
112112
113113
[source,bash]
114-
include::example$code/getting_started.sh[tag=submit-job]
114+
include::example$getting_started/getting_started.sh[tag=submit-job]
115115
116116
Continue with the <<_query_the_data,next section>>.
117117
@@ -148,7 +148,7 @@ include::example$getting_started/query.json[]
148148
and execute it:
149149
150150
[source,bash]
151-
include::example$code/getting_started.sh[tag=query-data]
151+
include::example$getting_started/getting_started.sh[tag=query-data]
152152
153153
The result should be similar to:
154154

docs/modules/druid/pages/getting_started/installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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$getting_started/getting_started.sh[tag=stackablectl-install-operators]
2323
----
2424

2525
The tool will show
@@ -39,13 +39,13 @@ TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to
3939
You 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$getting_started/getting_started.sh[tag=helm-add-repo]
4343
----
4444

4545
Then install the Stackable Operators:
4646
[source,bash]
4747
----
48-
include::example$code/getting_started.sh[tag=helm-install-operators]
48+
include::example$getting_started/getting_started.sh[tag=helm-install-operators]
4949
----
5050

5151
Helm 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.

0 commit comments

Comments
 (0)