Skip to content

justinng1/AWS-EMR-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-EMR-setup

Installing pip3:

sudo yum install python34-setuptools
sudo easy_install-3.4 pip

Using python3 with pyspark (use python3 with pyspark):

export PYSPARK_PYTHON=python3

Install findspark and jupyter (to use pyspark with Jupyter notebook):

sudo /usr/local/bin/pip3 install findspark jupyter

Set SPARK_HOME (for findspark package):

export SPARK_HOME=/usr/lib/spark

Setup Jupyter Notebook:

https://github.com/justinng1/AWS-EC2-setup/blob/master/docs/jupyter_notebook.md

Notes:

  • m1.medium instances will not work with Spark.
  • spark_test and spark_test2 are jupyter notebooks where I test some Spark functions on the berka dataset (see https://github.com/justinng1/berka)

About

A repo that has some of my notes on EMR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published