Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created May 5, 2017 20:08
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/ad89418336d3ec7b102c2c9a0f745e1b to your computer and use it in GitHub Desktop.
Save milindjagre/ad89418336d3ec7b102c2c9a0f745e1b to your computer and use it in GitHub Desktop.
this hive command is used for creating the sfo_weather hive table
create table sfo_weather(
station_name string,
year int,
month int,
dayofmonth int,
precipitation int,
temperature_max int,
temperature_min int
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment