-
Notifications
You must be signed in to change notification settings - Fork 119
Install Spark
Awantik Das edited this page Feb 18, 2019
·
8 revisions
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java8-installer
- tar -xvf spark ...
- vim ~/.bashrc, add the below commands in the bottom of file
- export SPARK_HOME=/home/sm/Downloads/spark-2.4.0-bin-hadoop2.7
- export PATH=$SPARK_HOME/bin:$PATH
- sudo apt-get install python
- alias python=python3