Member since
03-06-2020
1
Post
0
Kudos Received
0
Solutions
03-06-2020
01:28 PM
Can you include that in a line through code? sqoop import -Dorg.apache.sqoop.splitter.allow_text_splitter=true \ --connect jdbc:mysql://localhost/sqoop \ --username root \ -passqord 0range \ --split-by id \ --columns id,name \ --table customer \ --target-dir /user/cloudera/ingest/raw/customers \ --fields-terminated-by "," \ --hive-import \ --create-hive-table \ --hive-table sqoop_workspace.customers
... View more