JkSelf commented on PR #6175:
URL: 
https://github.com/apache/incubator-gluten/pull/6175#issuecomment-2185406624

   Thanks @ulysses-you. This PR can fix the following exception in spark 3.5.
   ```
   24/06/21 23:40:39 ERROR YarnCoarseGrainedExecutorBackend: Executor 
self-exiting due to : Unable to create executor due to default
   java.nio.file.NoSuchFileException: default
           at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
           at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
           at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
           at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:526)
           at 
sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
           at java.nio.file.Files.copy(Files.java:1274)
           at org.apache.spark.util.Utils$.copyRecursive(Utils.scala:681)
           at org.apache.spark.util.Utils$.copyFile(Utils.scala:652)
           at org.apache.spark.util.Utils$.doFetchFile(Utils.scala:725)
           at org.apache.spark.util.Utils$.fetchFile(Utils.scala:454)
           at 
org.apache.spark.executor.Executor.$anonfun$updateDependencies$5(Executor.scala:1136)
           at 
org.apache.spark.executor.Executor.$anonfun$updateDependencies$5$adapted(Executor.scala:1133)
           at 
scala.collection.TraversableLike$WithFilter.$anonfun$foreach$1(TraversableLike.scala:985)
           at scala.collection.immutable.Map$Map1.foreach(Map.scala:193)
           at 
scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:984)
           at 
org.apache.spark.executor.Executor.updateDependencies(Executor.scala:1133)
           at org.apache.spark.executor.Executor.<init>(Executor.scala:330)
           at 
org.apache.spark.executor.CoarseGrainedExecutorBackend$$anonfun$receive$1.applyOrElse(CoarseGrainedExecutorBackend.scala:181)
           at 
org.apache.spark.rpc.netty.Inbox.$anonfun$process$1(Inbox.scala:115)
           at org.apache.spark.rpc.netty.Inbox.safelyCall(Inbox.scala:213)
           at org.apache.spark.rpc.netty.Inbox.process(Inbox.scala:100)
           at 
org.apache.spark.rpc.netty.MessageLoop.org$apache$spark$rpc$netty$MessageLoop$$receiveLoop(MessageLoop.scala:75)
           at 
org.apache.spark.rpc.netty.MessageLoop$$anon$1.run(MessageLoop.scala:41)
           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:750)
   ```
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to