Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. sqoop import \
  3. --connect "jdbc:mysql://goll.rds.amazonaws.com/goll_new_db?characterEncoding=UTF-8" \
  4. --username goll \
  5. --password mircz0z0 \
  6. --null-string \'\\\\N\' \
  7. --null-non-string \'\\\\N\' \
  8. --hive-import \
  9. --create-hive-table \
  10. --hive-table etls_delta.d_item_tmp \
  11. --hive-drop-import-delims \
  12. --table d_item
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement