Skip to content

Instantly share code, notes, and snippets.

@mraad
Created September 21, 2013 15:54
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 mraad/6651782 to your computer and use it in GitHub Desktop.
Save mraad/6651782 to your computer and use it in GitHub Desktop.
alter hive table to add partition
alter table log4j add if not exists partition (year=2013,month=09,day=16,hour=21) location '/flume/2013/09/16/21';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment