this file is used for importing records from mysql table into hive table
sqoop import \ | |
--connect jdbc:mysql://sandbox.hortonworks.com:3306/retail_db \ | |
--username retail_dba \ | |
--password hadoop \ | |
--hive-import \ | |
--table customers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment