--verbose option print more or detailed log messages to the console. This option is used to debug what is happening in the sqoop system.
Example
sqoop import \
--connect "jdbc:mysql://quickstart.cloudera:3306/retail_db" \
--username "root" \
--password "cloudera" \
--table "orders" \
--target-dir /verbose_demo \
--verbose
Previous Next Home
No comments:
Post a Comment