Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. sqoop import --connect 'jdbc:postgresql://0.0.0.0:5432/toptal?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory' -P
  2. --username 'capacityprediction_user'
  3. --table 'raw_hd'
  4. --target-dir '/home/raw_hd'
  5.  
  6. 17/09/14 05:32:24 ERROR tool.BaseSqoopTool: Error parsing arguments for import:
  7. 17/09/14 05:32:24 ERROR tool.BaseSqoopTool: Unrecognized argument: raw_hd
  8. 17/09/14 05:32:24 ERROR tool.BaseSqoopTool: Unrecognized argument: --target-dir
  9. 17/09/14 05:32:24 ERROR tool.BaseSqoopTool: Unrecognized argument: /home/raw_hd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement