Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created August 24, 2017 17:07
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/7dcc747d75e9bcbc08fe8688d23eac67 to your computer and use it in GitHub Desktop.
Save milindjagre/7dcc747d75e9bcbc08fe8688d23eac67 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_b (
order_id int,
order_date string,
order_amt int,
order_status 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