We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5168a86 commit a29d39aCopy full SHA for a29d39a
README.md
@@ -4,14 +4,12 @@ Notebook with short PySpark tutorial
4
Prerequisites
5
-------------
6
7
-- If you do not have it already, you will need the JDK available [here](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
+- Install Java 7 or newer on your OS.
8
9
- Download a pre-built version of Spark from [here](https://spark.apache.org/downloads.html) and unpack it.
10
11
-- Set the following environment variables, for example in your `~/.bash_profile`:
+- Set the following environment variables, for example in your `~/.bashrc`:
12
13
- `export JAVA_HOME=$(/usr/libexec/java_home)`
14
-
15
`export SPARK_HOME=/PATH/TO/SPARK`
16
17
`export PYTHONPATH=/PATH/TO/SPARK/python`
0 commit comments