GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/2973 [WIP][CARBONDATA-3144] CarbonData support spark-2.4.0 Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed? - [ ] Any backward compatibility impacted? - [ ] Document update required? - [ ] Testing done Please provide details on - Whether new unit test cases have been added or why no new tests are required? - How it is tested? Please attach test report. - Is it a performance related change? Please attach the performance test report. - Any additional information to help reviewers in testing this change. - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xubo245/carbondata CARBONDATA-3144_supportSpark2_4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/2973.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2973 ---- commit a9aa1058c67e76a9120f0d7794b961e6eac2afa4 Author: xubo245 <xubo29@...> Date: 2018-12-04T10:08:01Z [CARBONDATA-3144] CarbonData support spark-2.4.0 commit b344a8930b4cdde1aab3ccd132a895a880b41b92 Author: xubo245 <xubo29@...> Date: 2018-12-04T10:10:19Z add ---- --- |
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1631/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1842/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9891/ --- |
In reply to this post by qiuchenjian-2
Github user jackylk commented on the issue:
https://github.com/apache/carbondata/pull/2973 Please close this if you are not working on it. Thanks --- |
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:
https://github.com/apache/carbondata/pull/2973 I will work on this maybe next week. --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1968/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10220/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2973 Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2241/ --- |
In reply to this post by qiuchenjian-2
Github user kevinjmh commented on the issue:
https://github.com/apache/carbondata/pull/2973 I test this PR by running `CarbonSessionExample`. Please check following exception: ``` java.lang.ClassCastException: org.apache.spark.sql.catalyst.catalog.ExternalCatalogWithListener cannot be cast to org.apache.spark.sql.hive.HiveExternalCatalog at org.apache.spark.sql.hive.CarbonSessionStateBuilder.org$apache$spark$sql$hive$CarbonSessionStateBuilder$$externalCatalog(CarbonSessionState.scala:232) at org.apache.spark.sql.hive.CarbonSessionStateBuilder.resourceLoader$lzycompute(CarbonSessionState.scala:238) at org.apache.spark.sql.hive.CarbonSessionStateBuilder.resourceLoader(CarbonSessionState.scala:237) at org.apache.spark.sql.hive.CarbonSessionStateBuilder.catalog$lzycompute(CarbonSessionState.scala:226) at org.apache.spark.sql.hive.CarbonSessionStateBuilder.catalog(CarbonSessionState.scala:217) at org.apache.spark.sql.hive.CarbonSessionStateBuilder.catalog(CarbonSessionState.scala:196) at org.apache.spark.sql.internal.BaseSessionStateBuilder$$anonfun$build$1.apply(BaseSessionStateBuilder.scala:291) at org.apache.spark.sql.internal.BaseSessionStateBuilder$$anonfun$build$1.apply(BaseSessionStateBuilder.scala:291) at org.apache.spark.sql.internal.SessionState.catalog$lzycompute(SessionState.scala:77) at org.apache.spark.sql.internal.SessionState.catalog(SessionState.scala:77) at org.apache.spark.sql.CarbonEnv$.getInstance(CarbonEnv.scala:134) at org.apache.spark.sql.CarbonSession$.updateSessionInfoToCurrentThread(CarbonSession.scala:325) at org.apache.spark.sql.parser.CarbonSparkSqlParser.parsePlan(CarbonSparkSqlParser.scala:48) at org.apache.spark.sql.CarbonSession.withProfiler(CarbonSession.scala:125) at org.apache.spark.sql.CarbonSession.sql(CarbonSession.scala:88) ``` --- |
Free forum by Nabble | Edit this page |