Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created June 10, 2017 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milindjagre/b5dab7a4fbe6fd4db3f95632c556c97c to your computer and use it in GitHub Desktop.
Save milindjagre/b5dab7a4fbe6fd4db3f95632c556c97c to your computer and use it in GitHub Desktop.
this sql file is used for creating a hive managed table
create table post29(
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