Re: hive create table error

2015-10-12 Thread Sanjeev Verma
s. > From: Sanjeev Verma > Reply-To: "user@hive.apache.org" > Date: Monday, October 12, 2015 at 2:07 AM > To: "user@hive.apache.org" , "d...@hive.apache.org" < > d...@hive.apache.org> > Subject: hive create table error > > I am creating a

Re: hive create table error

2015-10-12 Thread Syed Abulullah
.apache.org>" mailto:d...@hive.apache.org>> Subject: hive create table error I am creating a table from the two parquet partioned tables and getting the error duplicate column. any idea whats going wrong here. create table sample_table AS select * from parquet_table par inn

hive create table error

2015-10-12 Thread Sanjeev Verma
I am creating a table from the two parquet partioned tables and getting the error duplicate column. any idea whats going wrong here. create table sample_table AS select * from parquet_table par inner join parquet_table_counter ptc ON ptc.user_di=par.user_id; FAILED: SemanticException [Error 100