Guest User

Untitled

a guest
Mar 7th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. create external table if not exists test.test_uid(
  2. uid int)
  3. partitioned by (year string, month string, day string, hour string, domain string)
  4. stored as orc
  5. location '/user/sqoop/resty_by_domain'
  6. tblproperties ('orc.compress'='SNAPPY');
Add Comment
Please, Sign In to add comment