Skip to content

Instantly share code, notes, and snippets.

@grundprinzip
Created July 10, 2014 11:11
Show Gist options
  • Save grundprinzip/b6766cd6a535eb344479 to your computer and use it in GitHub Desktop.
Save grundprinzip/b6766cd6a535eb344479 to your computer and use it in GitHub Desktop.
A = LOAD '/data/twitter/twitter_10.json' USING JsonLoader('created_at:chararray, id:long,id_str:chararray,text:chararray,source:chararray,truncated:boolean, in_reply_to_status_id:long, in_reply_to_status_id_str:chararray, in_reply_to_user_id:long, in_reply_to_user_id_str:chararray, in_reply_to_screen_name:chararray,user:map[],geo:chararray,coordinates:chararray,place:chararray');
B = FOREACH A GENERATE user;
DUMP B;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment