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
.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
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