You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/10 06:47:29 UTC

[GitHub] [incubator-kyuubi] jiaoqingbo opened a new pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

jiaoqingbo opened a new pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091


   <!--
   Thanks for sending a pull request!
   
   Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
     2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
   -->
   
   ### _Why are the changes needed?_
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you add a feature, you can talk about the use case of it.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   fix #2084 
   
   ### _How was this patch tested?_
   - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
   
   - [ ] Add screenshots for manual tests if appropriate
   
   - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1066759826


   cc @yaooqinn @pan3793 


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063844697


   lets add some debug message in /home/runner/work/incubator-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine/bin/flink-sql-engine.sh?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo edited a comment on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo edited a comment on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063798213


   ```
   - get catalogs for flink sql *** FAILED ***
     java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:205)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     at scala.collection.TraversableLike.map(TraversableLike.scala:286)
     ...
     Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:180)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     ...
   - execute statement - select column name with dots *** FAILED ***
     java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:205)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     at scala.collection.TraversableLike.map(TraversableLike.scala:286)
     ...
     Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:180)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     ...
   Run completed in 12 seconds, 869 milliseconds.
   Total number of tests run: 2
   Suites: completed 2, aborted 0
   Tests: succeeded 0, failed 2, canceled 0, ignored 0, pending 0
   *** 2 TESTS FAILED ***
   Error:  Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
       at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
       at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
       at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
       at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
       at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
       at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:498)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
       at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
       at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures
       at org.scalatest.tools.maven.TestMojo.execute (TestMojo.java:109)
       at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
       at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
       at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
       at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
       at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
       at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
       at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:498)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
       at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
       at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   Error:  
   Error:  Re-run Maven using the -X switch to enable full debug logging.
   Error:  
   Error:  For more information about the errors and possible solutions, please read the following articles:
   Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   Error:  
   Error:  After correcting the problems, you can resume the build with the command
   Error:    mvn <args> -rf :kyuubi-flink-it_2.12
   Error: Process completed with exit code 1.
   ```


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063837191


   > > can we check the root cause in /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0
   > 
   > this is only one line: Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   
   07:45:35.863 KyuubiSessionManager-exec-pool: Thread-82 INFO EngineRef: Launching engine:
   /home/runner/work/incubator-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine/bin/flink-sql-engine.sh
   07:45:35.870 KyuubiSessionManager-exec-pool: Thread-82 INFO ProcBuilder: Logging to /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063798213


   - get catalogs for flink sql *** FAILED ***
     java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:205)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     at scala.collection.TraversableLike.map(TraversableLike.scala:286)
     ...
     Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:180)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     ...
   - execute statement - select column name with dots *** FAILED ***
     java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:205)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     at scala.collection.TraversableLike.map(TraversableLike.scala:286)
     ...
     Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
     at org.apache.kyuubi.jdbc.hive.KyuubiConnection.<init>(KyuubiConnection.java:180)
     at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
     at java.sql.DriverManager.getConnection(DriverManager.java:664)
     at java.sql.DriverManager.getConnection(DriverManager.java:247)
     at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
     at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
     at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
     at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
     at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
     ...
   Run completed in 12 seconds, 869 milliseconds.
   Total number of tests run: 2
   Suites: completed 2, aborted 0
   Tests: succeeded 0, failed 2, canceled 0, ignored 0, pending 0
   *** 2 TESTS FAILED ***
   Error:  Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
       at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
       at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
       at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
       at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
       at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
       at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:498)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
       at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
       at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures
       at org.scalatest.tools.maven.TestMojo.execute (TestMojo.java:109)
       at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
       at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
       at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
       at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
       at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
       at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
       at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:498)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
       at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
       at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   Error:  
   Error:  Re-run Maven using the -X switch to enable full debug logging.
   Error:  
   Error:  For more information about the errors and possible solutions, please read the following articles:
   Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   Error:  
   Error:  After correcting the problems, you can resume the build with the command
   Error:    mvn <args> -rf :kyuubi-flink-it_2.12
   Error: Process completed with exit code 1.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] ulysses-you commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
ulysses-you commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1067471565


   thanks, merging to master


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] ulysses-you closed pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
ulysses-you closed pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] codecov-commenter commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1066693676


   # [Codecov](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2091](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (624216f) into [master](https://codecov.io/gh/apache/incubator-kyuubi/commit/a83cd49e1b89d5d5b7f25bee6429f0409b9f4b1e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a83cd49) will **increase** coverage by `0.00%`.
   > The diff coverage is `81.81%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091/graphs/tree.svg?width=650&height=150&src=pr&token=925D4tb9AH&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #2091   +/-   ##
   =========================================
     Coverage     61.17%   61.18%           
     Complexity      108      108           
   =========================================
     Files           318      318           
     Lines         15461    15469    +8     
     Branches       1990     1989    -1     
   =========================================
   + Hits           9458     9464    +6     
     Misses         5195     5195           
   - Partials        808      810    +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...in/scala/org/apache/kyuubi/config/KyuubiConf.scala](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-a3l1dWJpLWNvbW1vbi9zcmMvbWFpbi9zY2FsYS9vcmcvYXBhY2hlL2t5dXViaS9jb25maWcvS3l1dWJpQ29uZi5zY2FsYQ==) | `96.30% <81.81%> (-0.24%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [a83cd49...624216f](https://codecov.io/gh/apache/incubator-kyuubi/pull/2091?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063820104


   > can we check the root cause in /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0
   
   this is only one line:
   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063817221






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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063845162


   > kyuubi-flink-sql-engine.log.1
   
   In kyuubi-flink-sql-engine.log.1 ,the same content as kyuubi-flink-sql-engine.log.0


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063848220


   looks flink-sql-engine.sh works wrongly.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on a change in pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#discussion_r823406459



##########
File path: kyuubi-common/src/test/resources/kyuubi-defaults.conf
##########
@@ -21,4 +21,7 @@ spark.kyuubi.yes no
 
 spark.user.test a
 ___userb___.spark.user.test b
-___userc___.spark.user.test c
\ No newline at end of file
+___userc___.spark.user.test c
+
+
+flink.jobmanager.rpc.address localhost

Review comment:
       we can add more, hive hadoop java trino balabal




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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on a change in pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
pan3793 commented on a change in pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#discussion_r824436630



##########
File path: externals/kyuubi-flink-sql-engine/bin/flink-sql-engine.sh
##########
@@ -26,14 +26,22 @@ if [[ -z "$FLINK_HOME" || ! -d "$FLINK_HOME" ]]; then
   exit 1
 fi
 
+echo -e "\nFLINK_HOME $FLINK_HOME"

Review comment:
       you can use `set -x` to debug shell




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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1063799266


   > * get catalogs for flink sql *** FAILED ***
   >   java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   >   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.(KyuubiConnection.java:205)
   >   at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:247)
   >   at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
   >   at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
   >   at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
   >   at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
   >   at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
   >   at scala.collection.TraversableLike.map(TraversableLike.scala:286)
   >   ...
   >   Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.0 at server side if necessary. The last 10 line(s) of log are:
   >   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.(KyuubiConnection.java:180)
   >   at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:247)
   >   at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
   >   at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
   >   at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
   >   at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
   >   at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
   >   ...
   > * execute statement - select column name with dots *** FAILED ***
   >   java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:36445/;: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   >   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.(KyuubiConnection.java:205)
   >   at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:247)
   >   at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
   >   at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
   >   at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
   >   at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
   >   at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
   >   at scala.collection.TraversableLike.map(TraversableLike.scala:286)
   >   ...
   >   Cause: java.sql.SQLException: Failed to detect the root cause, please check /home/runner/work/incubator-kyuubi/incubator-kyuubi/integration-tests/kyuubi-flink-it/target/work/runner/kyuubi-flink-sql-engine.log.1 at server side if necessary. The last 10 line(s) of log are:
   >   Error: Could not find or load main class 64-Bittor-kyuubi/incubator-kyuubi/externals/kyuubi-flink-sql-engine doesn't match production directory, assuming in development environment...
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.waitLaunchEngineToComplete(KyuubiConnection.java:1680)
   >   at org.apache.kyuubi.jdbc.hive.KyuubiConnection.(KyuubiConnection.java:180)
   >   at org.apache.kyuubi.jdbc.KyuubiHiveDriver.connect(KyuubiHiveDriver.java:56)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   >   at java.sql.DriverManager.getConnection(DriverManager.java:247)
   >   at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$1(JDBCTestHelper.scala:56)
   >   at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:286)
   >   at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
   >   at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
   >   at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38)
   >   ...
   >   Run completed in 12 seconds, 869 milliseconds.
   >   Total number of tests run: 2
   >   Suites: completed 2, aborted 0
   >   Tests: succeeded 0, failed 2, canceled 0, ignored 0, pending 0
   >   *** 2 TESTS FAILED ***
   >   Error:  Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures -> [Help 1]
   >   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.scalatest:scalatest-maven-plugin:2.0.2:test (test) on project kyuubi-flink-it_2.12: There are test failures
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
   >   at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
   >   at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
   >   at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
   >   at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
   >   at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
   >   at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
   >   at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
   >   at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
   >   at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
   >   at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
   >   at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
   >   at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
   >   at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
   >   at java.lang.reflect.Method.invoke (Method.java:498)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   >   Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures
   >   at org.scalatest.tools.maven.TestMojo.execute (TestMojo.java:109)
   >   at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
   >   at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
   >   at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
   >   at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
   >   at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
   >   at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
   >   at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
   >   at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
   >   at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
   >   at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
   >   at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
   >   at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
   >   at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
   >   at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
   >   at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
   >   at java.lang.reflect.Method.invoke (Method.java:498)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
   >   at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
   >   Error:
   >   Error:  Re-run Maven using the -X switch to enable full debug logging.
   >   Error:
   >   Error:  For more information about the errors and possible solutions, please read the following articles:
   >   Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   >   Error:
   >   Error:  After correcting the problems, you can resume the build with the command
   >   Error:    mvn  -rf :kyuubi-flink-it_2.12
   >   Error: Process completed with exit code 1.
   
   can anyone tell me why my pr could cause this error?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] SteNicholas commented on pull request #2091: [KYUUBI #2084] Support arbitrary parameters for KyuubiConf

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #2091:
URL: https://github.com/apache/incubator-kyuubi/pull/2091#issuecomment-1066301400


   @jiaoqingbo, could you please rebase the master and squash your commits?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org