changhuyan opened a new issue #836:
URL: https://github.com/apache/incubator-kyuubi/issues/836
### 1. Describe the bug
当使用kyuubi-1.2.0-rc5分支读写6.3.2版本的CDH分区表格时报错;报错描述如下
ERROR ExceptionStackTrace:
com.hundsun.rdc.bdata.xsql.exception.XsqlException: Error in building
connection and execption is
at
com.hundsun.rdc.bdata.xsql.excute.XsqlExcute.tryExecuteSqlDirectly(XsqlExcute.java:246)
at
com.hundsun.rdc.bdata.xsql.excute.XsqlExcute.submit(XsqlExcute.java:163)
at
com.hundsun.rdc.bdata.compute.service.impl.XsqlServiceImpl$TaskThread.run(XsqlServiceImpl.java:570)
Caused by: java.lang.RuntimeException: sql execute exception is
at
com.hundsun.rdc.bdata.xsql.excute.XsqlExcute.executeJdbcQuery(XsqlExcute.java:376)
at
com.hundsun.rdc.bdata.xsql.excute.XsqlExcute.tryExecuteSqlDirectly(XsqlExcute.java:239)
... 2 more
Caused by: java.sql.SQLException: Error operating EXECUTE_STATEMENT:
java.lang.NoClassDefFoundError: parquet/hadoop/ParquetOutputFormat
org.apache.spark.sql.execution.FileSourceScanExec.dynamicallySelectedPartitions$lzycompute(DataSourceScanExec.scala:241)
org.apache.kyuubi.engine.spark.operation.ExecuteStatement.org$apache$kyuubi$engine$spark$operation$ExecuteStatement$$executeStatement(ExecuteStatement.scala:72)
Caused by: java.lang.ClassNotFoundException:
parquet.hadoop.ParquetOutputFormat
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]