Last active
November 4, 2019 13:29
-
-
Save korkridake/b1497d6bf6690222099bec3030109e3d to your computer and use it in GitHub Desktop.
Download Apache Spark, Polynote, and Java
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
polynoteuser02@polynotevm02:~$ mkdir download | |
polynoteuser02@polynotevm02:~$ cd download | |
polynoteuser02@polynotevm02:~/download$ wget https://github.com/polynote/polynote/releases/download/0.2.11/polynote-dist.tar.gz | |
polynoteuser02@polynotevm02:~/download$ wget https://www-eu.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz | |
polynoteuser02@polynotevm02:~/download$ sudo apt install -y curl | |
polynoteuser02@polynotevm02:~/download$ wget sudo apt install openjdk-8-jdk | |
polynoteuser02@polynotevm02:~/download$ tar -zxvpf polynote-dist.tar.gz | |
polynoteuser02@polynotevm02:~/download$ tar -zxvpf spark-2.4.4-bin-hadoop2.7.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment