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/04/11 06:59:55 UTC

[GitHub] [incubator-kyuubi] wForget opened a new issue, #2320: [Improvement] The `mainResource` is not getting correctly on windows

wForget opened a new issue, #2320:
URL: https://github.com/apache/incubator-kyuubi/issues/2320

   ### 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.
   
   
   ### What would you like to be improved?
   
   error log:
   ```
   14:41:49.674 KyuubiTBinaryFrontendHandler-Pool: Thread-37 ERROR KyuubiTBinaryFrontendService: Error executing statement: 
   java.util.concurrent.ExecutionException: org.apache.kyuubi.KyuubiSQLException: Error operating UNKNOWN_OPERATION: java.nio.file.InvalidPathException: Illegal char <:> at index 2: /F:/git/incubator-kyuubi/\externals\kyuubi-spark-sql-engine\target\kyuubi-spark-sql-engine_2.12-1.6.0-SNAPSHOT.jar
   	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   	at java.nio.file.Paths.get(Paths.java:84)
   	at org.apache.kyuubi.engine.spark.SparkProcessBuilder.$anonfun$mainResource$6(SparkProcessBuilder.scala:107)
   	at scala.Option.orElse(Option.scala:447)
   	at org.apache.kyuubi.engine.spark.SparkProcessBuilder.mainResource(SparkProcessBuilder.scala:101)
   	at org.apache.kyuubi.engine.spark.SparkProcessBuilder.commands(SparkProcessBuilder.scala:151)
   	at org.apache.kyuubi.engine.ProcBuilder.toString(ProcBuilder.scala:222)
   	at org.apache.kyuubi.engine.ProcBuilder.toString$(ProcBuilder.scala:221)
   	at org.apache.kyuubi.engine.spark.SparkProcessBuilder.toString(SparkProcessBuilder.scala:40)
   	at java.lang.String.valueOf(String.java:2994)
   	at java.lang.StringBuilder.append(StringBuilder.java:131)
   	at org.apache.kyuubi.engine.EngineRef.$anonfun$create$7(EngineRef.scala:208)
   	at org.apache.kyuubi.Logging.info(Logging.scala:56)
   	at org.apache.kyuubi.Logging.info$(Logging.scala:54)
   	at org.apache.kyuubi.engine.EngineRef.info(EngineRef.scala:57)
   	at org.apache.kyuubi.engine.EngineRef.$anonfun$create$1(EngineRef.scala:208)
   	at org.apache.kyuubi.engine.EngineRef.tryWithLock(EngineRef.scala:148)
   	at org.apache.kyuubi.engine.EngineRef.create(EngineRef.scala:176)
   	at org.apache.kyuubi.engine.EngineRef.$anonfun$getOrCreate$1(EngineRef.scala:252)
   	at scala.Option.getOrElse(Option.scala:189)
   	at org.apache.kyuubi.engine.EngineRef.getOrCreate(EngineRef.scala:252)
   	at org.apache.kyuubi.session.KyuubiSessionImpl.$anonfun$openEngineSession$1(KyuubiSessionImpl.scala:97)
   	at org.apache.kyuubi.session.KyuubiSessionImpl.$anonfun$openEngineSession$1$adapted(KyuubiSessionImpl.scala:96)
   	at org.apache.kyuubi.ha.client.ZooKeeperClientProvider$.withZkClient(ZooKeeperClientProvider.scala:104)
   	at org.apache.kyuubi.session.KyuubiSessionImpl.openEngineSession(KyuubiSessionImpl.scala:96)
   	at org.apache.kyuubi.operation.LaunchEngine.$anonfun$runInternal$1(LaunchEngine.scala:51)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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: notifications-unsubscribe@kyuubi.apache.org.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 closed issue #2320: [Improvement] The mainResource is not getting correctly on windows

Posted by GitBox <gi...@apache.org>.
pan3793 closed issue #2320: [Improvement] The mainResource is not getting correctly on windows
URL: https://github.com/apache/incubator-kyuubi/issues/2320


-- 
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