Created
September 21, 2016 05:38
-
-
Save hikui/5140d4e3321bcfdc27bf763465ed4dc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget http://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.7.tgz | |
tar -zxf spark-2.0.0-bin-hadoop2.7.tgz | |
mv spark-2.0.0-bin-hadoop2.7 spark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment