12 lines
228 B
Bash
12 lines
228 B
Bash
|
|
|
|
sqoop import-all-tables \
|
|
--connect jdbc:mysql://localhost:3306/library-recommendation \
|
|
--username root \
|
|
--password 123456 \
|
|
--hive-import \
|
|
--hive-overwrite \
|
|
--create-hive-table \
|
|
--hive-database library \
|
|
--num-mappers 1
|