Skip to content

Commit a29d39a

Browse files
committed
updated prerequisites
1 parent 5168a86 commit a29d39a

File tree

2 files changed

+44
-181
lines changed

2 files changed

+44
-181
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ Notebook with short PySpark tutorial
44
Prerequisites
55
-------------
66

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).
7+
- Install Java 7 or newer on your OS.
88

99
- Download a pre-built version of Spark from [here](https://spark.apache.org/downloads.html) and unpack it.
1010

11-
- Set the following environment variables, for example in your `~/.bash_profile`:
11+
- Set the following environment variables, for example in your `~/.bashrc`:
1212

13-
`export JAVA_HOME=$(/usr/libexec/java_home)`
14-
1513
`export SPARK_HOME=/PATH/TO/SPARK`
1614

1715
`export PYTHONPATH=/PATH/TO/SPARK/python`

0 commit comments

Comments
 (0)