* cli 접속 방법

beeline -u jdbc:hive2://ip:10000 -n 아이디 -p 비번

 

* database 확인 방법

show databases;

 

* table 확인 방법

show tables;

 

* 테이블 스키마 확인 방법

show create table 테이블명

+ Recent posts