Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am janrito on github.
  • I am giacometti (https://keybase.io/giacometti) on keybase.
  • I have a public key ASDV5ZgpYM94HOWNPZaBitRB5YGqZeuhwQ2PB7wtZQgi_wo

To claim this, I am signing this object:

@janrito
janrito / setup-jupyter-pyspark-on-emr.sh
Last active February 29, 2016 10:33
Bash script to setup an Amazon EMR Cluster to work with pyspark and jupyter notebook.
#!/bin/bash
set -x -e
# install pip & tmux
sudo yum -y install python27-pip tmux
# install rmate
sudo gem install rmate
# setup variables