반응형

내 환경은


CentOS 6.6

Oracle Java 1.7.0_79

Apache Hadoop 2.6.0

Apache Hive 1.2.1

Mysql 5.1.73


일단 hive binary 파일을 다운받고 압축풀고 HIVE_HOME, PATH 설정을 해준다


그리고 mysql jdbc driver 를 받아서 압축풀고 jar 파일을 hive/lib 아래로 옮긴다



그리고 $HIVE_HOME/conf 에 가보면


hive-default.xml.template 파일이 있다


복사하면서 파일명을 hive-site.xml 로 바꾼다


아니면 hivemetastore-site.xml 과 hiveserver2-site.xml 로 나눠도 된다


알맞게 설정 후 hive 명령어로 cli 를 실행하든 뭘 하든 하면 된다


hive-site.xml 이어야 반영된다는걸 몰라서 좀 헤맸다


참고 https://cwiki.apache.org/confluence/display/Hive/AdminManual+MetastoreAdmin


-------------------------------------------------------------------------------


hivemetastore-site.xml



-------------------------------------------------------------------------------


hiveserver2-site.xml



-------------------------------------------------------------------------------


hive-site.xml



반응형
Posted by FeliZ_하늘..
,