Skip to content

Commit c7ce00b

Browse files
committed
Add info about pyspark recipe
1 parent 0d8b4e4 commit c7ce00b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/using/specifics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ You can build a `pyspark-notebook` image with a different `Spark` version by ove
5757

5858
For example, here is how to build a `pyspark-notebook` image with Spark `3.2.0`, Hadoop `3.2` and OpenJDK `11`.
5959

60+
```{warning}
61+
This recipe is not tested and might be broken.
62+
```
63+
6064
```bash
6165
# From the root of the project
6266
# Build the image with different arguments
6367
docker build --rm --force-rm \
64-
-t jupyter/pyspark-notebook:spark-3.2.0 ./pyspark-notebook \
68+
-t jupyter/pyspark-notebook:spark-3.2.0 ./images/pyspark-notebook \
6569
--build-arg spark_version=3.2.0 \
6670
--build-arg hadoop_version=3.2 \
6771
--build-arg spark_checksum=707DDE035926A50B75E53FCA72CADA519F3239B14A96546911CB4916A58DCF69A1D2BFDD2C7DD5899324DBD82B6EEAB9797A7B4ABF86736FFCA4C26D0E0BF0EE \

0 commit comments

Comments
 (0)