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
# Java | |
sudo apt-get update | |
java -version | |
sudo apt-get install default-jre | |
sudo apt-get install default-jdk | |
- Java installed location /usr/lib/jvm/java-7-openjdk-amd64 |
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
# Requirements | |
* Install MySQL | |
sudo apt-get install mysql-client | |
sudo apt-get install mysql-server | |
# Hive install | |
cd |