//command
sqoop job \
--create myjob \
--import \
--connect jdbc:mysql://localhost/sqoop \
--username root -P \
--table customer \
--target-dir /user/hive/warehouse/sqoopassignment/ -m 1
Error:
ERROR tool.BaseSqoopTool: Error parsing arguments for job:
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: --import
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: --connect
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: jdbc:mysql://localhost/sqoop
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: --username
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: root
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: -password
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: cloudera
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: --table
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: customer
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: --target-dir
21/06/04 22:40:46 ERROR tool.BaseSqoopTool: Unrecognized argument: /user/hive/warehouse/sqoopassignment/