Skip to content

Commit 8cd7e8d

Browse files
committed
Added log instruction
1 parent 2b5e0cc commit 8cd7e8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

developer-tools/java/chapters/ch11-bigdata.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Go to the `sample/docker` folder and start the services:
3232
docker-compose up -d
3333
----
3434

35+
See the logs and wait until everything is up:
36+
37+
[source, text]
38+
----
39+
docker-compose logs -f
40+
----
41+
3542
Open `http://localhost:8088/cluster` to see your if your cluster is running. You should see 1 active node when everything is up.
3643

3744
== Running the application

0 commit comments

Comments
 (0)