hive 서브쿼리 (1) 썸네일형 리스트형 4. HIVE ■ 4. HIVE $ cd .bash_profile 열고 맨 아래에 export HIVE_HOME=/home/oracle/hive-0.12.0 export PATH=$HIVE_HOME/bin:$PATH 추가하면 $ cd /home/oracle/hive-0.12.0/bin $ ./hive 이렇게 접속했던 hive 를 [orcl:~]$ . .bash_profile [orcl:~]$ hive 문제9. hive 로 접속해서 dept 테이블을 생성하시오 hive> load data inpath '/user/oracle/dept2.csv' overwrite into table dept; hive> select * from dept; 문제10. dept2.csv , emp2.csv 로드하시오 select * from.. 이전 1 다음