You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/11/12 12:45:32 UTC

[GitHub] [incubator-kyuubi] zhenjiaguo opened a new issue #1372: [Bug] KyuubiHiveDriverSuite.scala not found type KyuubiHiveDriver and type KyuubiDriver

zhenjiaguo opened a new issue #1372:
URL: https://github.com/apache/incubator-kyuubi/issues/1372


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   When I  to run all the tests use command:
   ```shell
   ./build/mvn clean test
   ```
   I found the error info as below:
   ```
   [ERROR] [Error] /home/jia/IdeaProjects/kyuubi/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:42: not found: type KyuubiHiveDriver
   [ERROR] [Error] /home/jia/IdeaProjects/kyuubi/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:74: not found: type KyuubiDriver
   [ERROR] two errors found
   [DEBUG] Compilation failed (CompilerInterface)
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Kyuubi Project Parent 1.4.0-SNAPSHOT:
   [INFO] 
   [INFO] Kyuubi Project Parent .............................. SUCCESS [  3.713 s]
   [INFO] Kyuubi Project Common .............................. SUCCESS [01:07 min]
   [INFO] Kyuubi Project Embedded Zookeeper .................. SUCCESS [ 11.202 s]
   [INFO] Kyuubi Project High Availability ................... SUCCESS [ 18.329 s]
   [INFO] Kyuubi Project Control ............................. SUCCESS [ 23.162 s]
   [INFO] Kyuubi Project Metrics ............................. SUCCESS [ 21.943 s]
   [INFO] Kyuubi Project Download Externals .................. SUCCESS [  5.299 s]
   [INFO] Kyuubi Project Hive JDBC Client .................... SUCCESS [  1.701 s]
   [INFO] Kyuubi Project Hive JDBC Shaded Client ............. SUCCESS [  0.557 s]
   [INFO] Kyuubi Project Engine Spark SQL .................... FAILURE [ 36.478 s]
   [INFO] Kyuubi Project Server .............................. SKIPPED
   [INFO] Kyuubi Project Dev Code Coverage ................... SKIPPED
   [INFO] Kyuubi Project Assembly ............................ SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  03:10 min
   [INFO] Finished at: 2021-11-12T20:17:37+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.3.0:testCompile (scala-test-compile-first) on project kyuubi-spark-sql-engine_2.12: Execution scala-test-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.3.0:testCompile failed.: CompileFailed -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.3.0:testCompile (scala-test-compile-first) on project kyuubi-spark-sql-engine_2.12: Execution scala-test-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.3.0:testCompile failed.
   ...
   ```
   
   It's cause by `KyuubiHiveDriver` and `KyuubiDriver` move from `kyuubi-spark-sql-engine` to `kyuubi-hive-jdbc`.
   
   I don't know if it is a problem and how to fix it.
   
   ### Affects Version(s)
   
   master
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 commented on issue #1372: [Bug] KyuubiHiveDriverSuite.scala not found type KyuubiHiveDriver and type KyuubiDriver

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #1372:
URL: https://github.com/apache/incubator-kyuubi/issues/1372#issuecomment-967094149


   It's known issue, use `mvn clean install` or `mvn clean verify` to run test


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 closed issue #1372: [Bug] KyuubiHiveDriverSuite.scala not found type KyuubiHiveDriver and type KyuubiDriver

Posted by GitBox <gi...@apache.org>.
pan3793 closed issue #1372:
URL: https://github.com/apache/incubator-kyuubi/issues/1372


   


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org