Skip to content

Instantly share code, notes, and snippets.

View rlaverde's full-sized avatar
🎯
Focusing

Rafael Laverde rlaverde

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rlaverde on github.
  • I am rlaverde (https://keybase.io/rlaverde) on keybase.
  • I have a public key whose fingerprint is 3271 FEC2 A8C0 7F4A 2C87 B254 6602 EB64 61B9 8B5D

To claim this, I am signing this object:

@rlaverde
rlaverde / install-spark-ts
Last active May 24, 2018 18:59
Install spark-ts in EMR (Amazon Linux)
# This is not a script, just instructions to install it
sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven
sudo update-alternatives --config java #pick java 1.8
sudo update-alternatives --config javac #pick java 1.8
git clone https://github.com/sryza/spark-timeseries.git
@rlaverde
rlaverde / .gitconfig
Last active October 3, 2017 20:59
My git configuration 🤓
[user]
name =
email =
[core]
editor = vim
[merge]
tool = kdiff3
[alias]
unstage = reset HEAD --
last = log -1 HEAD