Re: ClassNotFound error when insert carbontable from hive table

2017-08-22 Thread Lu Cao
Just a configuration error. The carbondata jar was in wrong place with which configured in spark-defaults.conf, after corrected the path it was fixed. thanks, Lionel On Tue, Aug 22, 2017 at 3:17 PM, Liang Chen wrote: > Hi lionel > > Can you share with us how did you

Re: ClassNotFound error when insert carbontable from hive table

2017-08-22 Thread Liang Chen
Hi lionel Can you share with us how did you fix this issue? Regards Liang lionel061201 wrote > This issue had been fixed. > > On Mon, Aug 21, 2017 at 4:04 PM, Lu Cao > whucaolu@ > wrote: > >> Hi dev, >> >> I'm trying to insert data from a hive table to carbon table: >> >> cc.sql("insert

Re: ClassNotFound error when insert carbontable from hive table

2017-08-22 Thread Lu Cao
This issue had been fixed. On Mon, Aug 21, 2017 at 4:04 PM, Lu Cao wrote: > Hi dev, > > I'm trying to insert data from a hive table to carbon table: > > cc.sql("insert into carbon_test select * from target_table where pt = > '20170101'") > > > Any one knows how to fix this