Error while creating table

2022-04-25 Thread Xinyu Zeng
Hi, Since there is no user group, I am using this email list to ask questions. Please let me know if there are other platforms for users to discuss. I am new to CarbonData and am following the quick start guide. On Ubuntu 20.04, I installed spark-3.1.1-bin-hadoop2.7.tgz and apache-carbondata-2.3.

Re: Error while creating table

2023-04-06 Thread Liang Chen
The user group is u...@carbondata.apache.org Regards Xinyu Zeng 于2022年4月25日周一 11:13写道: > Hi, > > Since there is no user group, I am using this email list to ask > questions. Please let me know if there are other platforms for users > to discuss. > > I am new to CarbonData and am following the

Re: Error while creating table in carbondata

2017-11-05 Thread Lionel CL
I have the same problem in CDH 5.8.0 spark2 version is 2.1.0.cloudera1 carbondata version 1.2.0. There's no error occurred when using open source version spark. 2.6.0-cdh5.8.0 2.1.0.cloudera1 2.11 2.11.8 scala> cc.sql("create table t111(vin string) stored by 'carbondata'") 17/11/03 10:22:03 AUD

Re: Error while creating table in carbondata

2017-11-06 Thread Bhavya Aggarwal
Hi, Can you please check if you have spark-catalyst jar in $SPARK_HOME/jars folder for your cloudera version, if its not there please try to include it and retry. Thanks and regards Bhavya On Sun, Nov 5, 2017 at 7:24 PM, Lionel CL wrote: > I have the same problem in CDH 5.8.0 > spark2 version

Re: Error while creating table in carbondata

2017-11-06 Thread Lionel CL
Yes, there is a catalyst jar under the path /opt/cloudera/parcels/SPARK2/lib/spark2/jars/ spark-catalyst_2.11-2.1.0.cloudera1.jar 在 2017/11/6 下午4:12,“Bhavya Aggarwal” 写入: >Hi, > >Can you please check if you have spark-catalyst jar in $SPARK_HOME/jars >folder for your cloudera version, if

Re: Error while creating table in carbondata

2017-11-06 Thread Bhavya Aggarwal
Hi, Can you please let me know how are you building the Carbondata assembly jar, or which command you are running to build carbondata. Regards Bhavya On Mon, Nov 6, 2017 at 2:18 PM, Lionel CL wrote: > Yes, there is a catalyst jar under the path /opt/cloudera/parcels/SPARK2/ > lib/spark2/jars/

Re: Error while creating table in carbondata

2017-11-06 Thread Lionel CL
mvn -DskipTests -Pspark-2.1 clean package The pom file was changed as which provided in former email. 在 2017/11/6 下午7:47,“Bhavya Aggarwal” 写入: >Hi, > >Can you please let me know how are you building the Carbondata assembly >jar, or which command you are running to build carbondata. > >Regards >

Re: Error while creating table in carbondata

2017-11-06 Thread Bhavya Aggarwal
Hi, I think the problem is that the class signature of OpenSource spark and Cloudera spark do not match for CatalogTable class, there is an additional parameter in the Cloudera spark version shown highlighted below, we may to try building the Carbondata with the spark cloudera version to make it