You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Kristof Vanbecelaere <kr...@gmail.com> on 2014/07/16 12:12:15 UTC

create table syntax with partitioning

To create a partitioned table, would it make sense to support something like

create table foo_p like foo partitioned by (dt string);

Or is there already a way to add partitioning to an existing
non-partitioned table?