Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created April 8, 2017 03:36
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/09c3e6641bc36de0cc2b8085ac8eff88 to your computer and use it in GitHub Desktop.
Save milindjagre/09c3e6641bc36de0cc2b8085ac8eff88 to your computer and use it in GitHub Desktop.
hql file to create hive external table
create external table post14(
fname string,
lname string,
month int,
day int,
year int,
city string,
state string,
country string)
row format delimited
fields terminated by '\t'
location '/hdpcd/output/post14';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment