Skip to content

Commit b4ec8ea

Browse files
committed
link to devnotes
1 parent 8177fde commit b4ec8ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-init/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ This directory holds code to setup docker containers for dynamoDB, a spark maste
44

55
> **Note**
66
> Make sure you have `docker >= 20.10` installed.
7-
> Make sure you have `jdk version 11 or 17` installed.
8-
7+
> Install appropriate java, scala, and python versions following the instructions in [devnotes.md](../devnotes.md#install-appropriate-java-scala-and-python-versions).
98
109
```bash
1110
$ cd chronon
@@ -17,6 +16,7 @@ app-1 | [info] 2024-09-30 20:47:56,665 [main] INFO play.core.server.P
1716

1817
The build script will build the relevant Chronon modules (Spark, Frontend, Hub) and then trigger the docker container build. While iterating, you can selectively
1918
build modules you care about to speed your dev loop. For example to only rebuild Spark modules:
19+
2020
```bash
2121
$ ./docker-init/build.sh --spark
2222
Building Spark modules...
@@ -26,6 +26,7 @@ app-1 | [info] 2024-09-30 20:47:56,665 [main] INFO play.core.server.P
2626
```
2727

2828
If you'd like to start up the docker containers without re-building any code:
29+
2930
```bash
3031
$ docker compose -f docker-init/compose.yaml up
3132
```

0 commit comments

Comments
 (0)