MaxOS Hive 설치

참조 https://cwiki.apache.org/confluence/display/Hive/GettingStarted https://noobergeek.wordpress.com/2013/11/09/simplest-way-to-install-and-configure-hive-for-mac-osx-lion/ 1. Install hive via brew. This will take some time brew install hive 2. Add hadoop and hive to your path by editing your bash_profile zshell사용자라면 .bash_profile대신 .zshrc vi ~/.bash_profile 아래 내용 추가 bash export HADOOP_HOME=/usr/local/Cellar/hadoop/hadoop.version.no export HIVE_HOME=/usr/local/Cellar/hive/hive.version.no/libexec source ~/.bash_profile 3. Download the mysql connector 버전은 최신버전으로 다운받으면 좋음. ``` $ curl -L ‘http://www.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.22.tar.gz/from/http://mysql.he.net/' | tar xz $ sudo cp mysql-connector-java-5.

Continue reading

Author's picture

Sanghun Kang

COOL

Data Engineer&Analyst

South Korea