본문 바로가기

Study/Bigdata

Sqoop-export : from hive to mysql

만약 Hive에서 test라는 테이블을 mysql로 옮길때는 

1. Hive의 Test와 동일한 Test테이블을 Mysql에 생성

2. sqoop 을 이용 


sqoop export  --connect jdbc:mysql://192.168.1.1/database --username user --password password --table test --export-dir /apps/hive/warehouse/test --input-fields-terminated-by '\001' --lines-terminated-by '\n'