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
| #Download the right version of binary Hive installer and untar it on the right location | |
| tar xzvf apache-hive-2.0.1-bin.tar.gz | |
| #Ensure $HADOOP_HOME is set and pointing to the right location | |
| echo $HADOOP_HOME | |
| #Create the needed HDFS directories with the right permissions | |
| $HADOOP_HOME/bin/hadoop fs -mkdir /tmp | |
| $HADOOP_HOME/bin/hadoop fs -mkdir /user/ | |
| $HADOOP_HOME/bin/hadoop fs -mkdir /user/hive |
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
| set -g prefix C-a | |
| unbind C-b | |
| bind C-a send-prefix | |
| set -g base-index 1 | |
| # Set colors | |
| set-option -g default-terminal "screen-256color" | |
| #Turn on vi mode |
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
| sudo ntpdate 0.pool.ntp.org |