Hi Aditya,
Do you have a mysql-connector jar in your classpath for the Hadoop
jobtracker/tasktrackers ?
Gr
Jasper
2011/11/22 Aditya Singh30
> Hi,
>
> I tried some more things :
>
> ** **
>
> I created a new table with same structure as table abcd as follows:
>
> hi
Hi,
I tried some more things :
I created a new table with same structure as table abcd as follows:
hive> create table abcdfinal(ab int, cd string) row format delimited fields
terminated by '#' stored as rcfile;
and then loaded the data into this new table by selecting * from old