# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi


alias starthdp="/root/HDP-gsInstaller/gsInstaller/SingleNodeAMIScript/startHDP.sh"
alias stophdp="/root/HDP-gsInstaller/gsInstaller/SingleNodeAMIScript/stopHDP.sh"
alias downloadjava="/root/HDP-gsInstaller/gsInstaller/SingleNodeAMIScript/java_download.sh"
alias ipaddresschange="/root/HDP-gsInstaller/gsInstaller/SingleNodeAMIScript/ip_address_change.sh"
alias cleanup="/root/HDP-gsInstaller/gsInstaller/SingleNodeAMIScript/cleanup.sh"



# User specific environment and startup programs
JAVA_HOME="/usr/jdk64/jdk1.6.0_26"
PATH=${JAVA_HOME}/bin:$PATH:$HOME/bin
alias vi=vim
export PATH

unset USERNAME
