You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To get further information on the running containers you can use all Docker Comp
55
55
56
56
## Build your own DB
57
57
58
-
First set the `$SPARK_HOME` environment variable or provide `spark-submit` on your path. TODO link
58
+
First set the `$SPARK_HOME` environment variable or provide `spark-submit` on your path.
59
59
60
60
By modifying the script `scripts/spark_submit_jar.sh` you can adjust the amount of memory used by Spark (consider changing `--conf 'spark.driver.memory=4g'` and `--conf 'spark.executor.memory=1g'`).
0 commit comments