Skip to content
Snippets Groups Projects
Commit 7ef48a4d authored by Olivier Grisel's avatar Olivier Grisel
Browse files

typo

parent 5b9e0a12
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ several Spark-specific variables you can set:
- `SPARK_CLASSPATH`: Extra entries to be added to the classpath, separated by ":".
- `SPARK_MEM`: Memory for Spark to use, in the format used by java's `-Xmx`
option (for example, `-Xmx200m` meams 200 MB, `-Xmx1g` means 1 GB, etc).
option (for example, `-Xmx200m` means 200 MB, `-Xmx1g` means 1 GB, etc).
- `SPARK_LIBRARY_PATH`: Extra entries to add to `java.library.path` for locating
shared libraries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment