Advertisement
Guest User

Untitled

a guest
Apr 20th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add file wasb:///HiveUDF.exe;
  2.  
  3. SELECT TRANSFORM (clientid, devicemake, devicemodel)
  4. USING 'HiveUDF.exe' AS
  5. (clientid string, phoneLabel string, phoneHash string)
  6. FROM hivesampletable
  7. ORDER BY clientid LIMIT 50;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement