Re: problem with branch-1.1

2017-07-12 Thread Erlu Chen
The key point is the version of spark and carbondata should match. Regards. Chenerlu. -- View this message in context: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/problem-with-branch-1-1-tp16004p18107.html Sent from the Apache CarbonData Dev Mailing List archive

Re: problem with branch-1.1

2017-07-12 Thread Mic Sun
delete aliyun mirror from maven by editing settings.xml file and remove scala-2.11 from idea's global library even you assigned scala-2.10. - FFCS研究院 -- View this message in context:

Re: problem with branch-1.1

2017-06-26 Thread David CaiQiang
The spark core version of hdp2.6.0-spark2.1.0 is spark 2.1.1. In spark 2.1.1, CatalystConf was already removed. We raised PR to support it and will merge it at later. https://github.com/apache/carbondata/pull/1096 https://github.com/apache/carbondata/pull/1017 And the command will be "mvn

Re: problem with branch-1.1

2017-06-23 Thread Erlu Chen
Hi, Please try mvn package -DskipTests -Pspark-2.1 -Dspark.version=2.1.0 -Phadoop-2.7.2 with hadoop2.7.2 and spark 2. I have just tested, it ok to compile. [INFO] Reactor Summary: [INFO] [INFO] Apache CarbonData :: Parent SUCCESS [ 1.657 s] [INFO] Apache CarbonData ::

problem with branch-1.1

2017-06-23 Thread sunerhan1...@sina.com
hello, I tried to use branch-1.1 under hdp2.6.0-spark2.1.0 and met so many problems. 1.build: use "mvn package -DskipTests -Pspark-2.1 -Dspark.version=2.1.0 -Phadoop-2.7.2" and while compiling core module,throw class not found error,like org.apache.thrift.TBase,