We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7389328 commit e3cffe4Copy full SHA for e3cffe4
hadoop/edw/hdp/sqoop/sqoop_demo.txt
@@ -15,6 +15,14 @@ sqoop eval \
15
--query "select count(1) from order_items"
16
17
-- Reference: http://www.hadoop.com/content/hadoop/en/developers/home/developer-admin-resources/get-started-with-hadoop-tutorial/exercise-1.html
18
+
19
+sqoop import-all-tables \
20
+ --connect "jdbc:mysql://cdh54itversity-mn0.southeastasia.cloudapp.azure.com:3306/retail_db" \
21
+ --username retail_dba \
22
+ --password itversity \
23
+ --warehouse-dir /user/itversity/dgadiraju/import-all-tables \
24
+ --driver com.mysql.jdbc.Driver
25
26
sqoop import-all-tables \
27
-m 12 \
28
--connect "jdbc:mysql://sandbox.hortonworks.com:3306/retail_db" \
0 commit comments