Re: [Help]carbondata cannot create table

2016-07-20 Thread Ravindra Pesala
Hi zhong, I guess you started the thrift server from Spark so Carbon cannot work because Spark default thrift server HiveContext not CarbonContext. I will soon add the script to start thrift server in carbon. By the time you can use the following script to start the thrift server of carbon. bin/

[Help]carbondata cannot create table

2016-07-20 Thread Degen DG1 Zhong
0: jdbc:hive2://slave19:5/default> create table if not exists table1 (id string, name string, city string, age Int) STORED BY 'org.apache.carbondata.format'; Error: org.apache.spark.sql.execution.QueryExecutionException: FAILED: SemanticException Cannot find class 'org.apache.carbondata.form