Guest User

Untitled

a guest
Oct 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. sqoop export
  2. --connect jdbc:mysql://a205067-pppp-ec2rds.c6mxreiwpdjf.us-east-1.rds.amazonaws.com/tprdb
  3. --username myuser
  4. --password mypassword
  5. --table DnB_UniverseMaster
  6. --export-dir s3://pppp-sukesh/FullFiles/
  7. --fields-terminated-by '|'
  8. --direct -- --default-character-set=latin1
  9. --m 20
  10. --split-by dunsnumber
Add Comment
Please, Sign In to add comment