Hi Ravisankar, Hive tables do not have primary keys. See HIVE-6905
Thanks, Youngwoo On Tue, Jun 2, 2015 at 5:37 PM, 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 >
