Skip to content

Instantly share code, notes, and snippets.

@shangxor
shangxor / install_zeppelin_r_emr5-v8.sh
Created October 17, 2018 10:20
Setup Zeppelin on EMR with R support
#!/bin/bash
set -x -e
# Author: Alex Fraseniuc
# Description: AWS EMR bootstrap script
# for installing Zeppelin notebook on AWS EMR 5+
# with sparkR support
#
# 2018-09-27 Alex Fraseniuc, Version 1.0: Install base zeppelin notebook with R support out of the box