Guest User

Untitled

a guest
Mar 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 1::123:cdf::12342432
  2.  
  3. 2:345:sfdfd:8765235
  4.  
  5. UserID int, MovieID int,Tag varchar(4000) ,Timestamp varchar(50)
  6.  
  7. userid movieid tag timetamp
  8.  
  9. 1 NULL 123
  10.  
  11. userid movieid tag timetamp
  12.  
  13. 1 123 cdf 12342432
  14.  
  15. sqoop export --connect jdbc:mysql://localhost/movielens --username root --password cloudera --table movie_tags_map --export-dir /movieLens --input-fields-terminated-by '::' -update-mode allowinsert
Add Comment
Please, Sign In to add comment