Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created August 24, 2017 17:04
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/19c3ece648292d1011b39e1a45d3b0a3 to your computer and use it in GitHub Desktop.
Save milindjagre/19c3ece648292d1011b39e1a45d3b0a3 to your computer and use it in GitHub Desktop.
This is one of the Hive tables which is used for performing the JOIN operation
create table post45_a (
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