goldshtn / spark-workshop

Labs and data files for a full-day Spark workshop
MIT License
24 stars 23 forks source link

Add setup script #3

Open goldshtn opened 8 years ago

goldshtn commented 8 years ago

Ideally a simple bash script that install dependencies, downloads and extracts Spark, Zeppelin, the course data files, and sets up everything so that workshop attendees can start being productive right away. If necessary, can assume Ubuntu 14.04 as the base image.

NOTE: Some Python labs depend on external modules that need to be brought in through easy_install.

goldshtn commented 8 years ago

@eyalbenivri I've added some comments on your two commits -- please take a look.