Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. update accounts set modified = now() where acct_num in (1,2,3,4) ;
  2.  
  3. sqoop import --table accounts --connect jdbc:mysql://localhost/loudacre
  4. --username training --password training
  5. --incremental lastmodified
  6. --check-column modified --last-value '2014-03-18 13:29:47.0'
  7. --merge-key acct_num --target-dir /accounts/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement