Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created August 7, 2017 12:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save milindjagre/a87bcc06d59d855a385860d76cec3d4d to your computer and use it in GitHub Desktop.
this SQL file is used for creating Hive table which is used for loading the compressed data
create table post41 (
id int,
name string,
gender string
)
row format delimited
fields terminated by ','
stored as textfile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment