Mysql
 sql >> Database >  >> RDS >> Mysql

Importa da MySQL a Hive usando Sqoop

Immagino che tu possa creare una tabella partizionata hive.

Quindi scrivi il codice di importazione sqoop per esso.

ad esempio:

sqoop import --hive-overwrite --hive-drop-import-delims --warehouse-dir "/warehouse" --hive-table \--connect jdbc/DATABASE=xxxx\--table --username xxxx --password xxxx --num-mappers 1 --hive-partition-key --hive-partition-value --hive-import \--fields-terminated-by ',' --lines-terminated-by '\ n'