Created
November 5, 2019 08:52
-
-
Save sayyidyofa/9bb59a9649c110363f4da590e655c37b to your computer and use it in GitHub Desktop.
This file contains 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
sudo apt install -y openjdk-8-jre openjdk-8-jdk ssh && wget https://archive.apache.org/dist/hadoop/common/hadoop-2.9.1/hadoop-2.9.1.tar.gz && tar xvzf hadoop-2.9.1.tar.gz && sudo mkdir /usr/local/hadoop && sudo mv ~/hadoop-2.9.1/* /usr/local/hadoop && sudo chown -R $USER:$USER /usr/local/hadoop && rm -rf ~/hadoop-2.9.1 ~/hadoop-2.9.1.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment