aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-08-29 16:21:55 -0600
committerCody Hiar <cody@hiar.ca>2023-08-29 16:21:55 -0600
commitbee010b99699723432435646486dc8e0ecebbea3 (patch)
tree73db56d751a8aad14ca4bce90c2421047eccd66f /README.md
Very basic example workingHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..be6b017
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Docker Spark
+
+Mostly used to figure out how to install spark into a container (after spending so long doing it).
+You can build, enter and run `python main.py` to see the example run.