Hive does not support primary key or other types of index constraints. On Tue, Jun 2, 2015 at 4:37 AM, Ravisankar Mani < [email protected]> wrote:
> Hi everyone, > > > > I am unable to create an table in hive with primary key > > Example : > > > > create table Hivetable((name string),primary key(name)); > > > > Could please help about the primary key query? > > > > Regards, > > > > Ravisankar M R >
