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
Installing Dremio 1.4 on Ubuntu 16 | |
##Install links / references | |
https://www.dremio.com/tutorials/recommender-scikit-learn-dremio-postgres-mongodb/ | |
https://www.dremio.com/tutorials/dremio-oracle-aws/ | |
https://docs.dremio.com/deployment/standalone-tarball.html | |
## First, install Java 1.8+, 64 bit. | |
sudo apt-get update |
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
#!/bin/bash | |
# | |
#Adicionando alguns repositórios extras | |
echo "Adicionando repositórios extras:" | |
#spotify | |
echo "Adicionando spotify" | |
echo | |
sleep 3 | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90 | |
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list |