LuciferYang commented on PR #48399: URL: https://github.com/apache/spark/pull/48399#issuecomment-2402711063
- https://github.com/LuciferYang/spark/actions/runs/11257867505/job/31304597598 ``` +++ dirname /home/runner/work/spark/spark/core/../R/install-dev.sh ++ cd /home/runner/work/spark/spark/core/../R ++ pwd + FWDIR=/home/runner/work/spark/spark/R + LIB_DIR=/home/runner/work/spark/spark/R/lib + mkdir -p /home/runner/work/spark/spark/R/lib + pushd /home/runner/work/spark/spark/R + . /home/runner/work/spark/spark/R/find-r.sh ++ '[' -z '' ']' ++ '[' '!' -z '' ']' +++ command -v R ++ '[' '!' ']' ++ echo 'Cannot find '\''R_HOME'\''. Please specify '\''R_HOME'\'' or make sure R is properly installed.' ++ exit 1 [info] 122 file(s) merged using strategy 'First' (Run the task at debug level to see the details) [info] 169 file(s) merged using strategy 'Discard' (Run the task at debug level to see the details) [info] Built: /home/runner/work/spark/spark/connector/connect/client/jvm/target/scala-2.13/spark-connect-client-jvm-assembly-4.0.0-SNAPSHOT.jar [info] Jar hash: a6a29d5b6a1d273d5c44b8fd95591311b37a5876 [error] java.lang.RuntimeException: Nonzero exit value: 1 [error] at scala.sys.package$.error(package.scala:30) [error] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:138) [error] at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:108) [error] at SparkR$.$anonfun$settings$138(SparkBuild.scala:1342) [error] at SparkR$.$anonfun$settings$138$adapted(SparkBuild.scala:1339) [error] at scala.Function1.$anonfun$compose$1(Function1.scala:49) [error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63) [error] at sbt.std.Transform$$anon$4.work(Transform.scala:69) [error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283) [error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24) [error] at sbt.Execute.work(Execute.scala:292) [error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283) [error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265) [error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65) [error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [error] at java.base/java.lang.Thread.run(Thread.java:[840](https://github.com/LuciferYang/spark/actions/runs/11257867505/job/31304597598#step:9:841)) [error] (core / buildRPackage) Nonzero exit value: 1 [error] Total time: 227 s (03:47), completed Oct 9, 2024, 3:41:57 PM Error: Process completed with exit code 1. ``` I think this error is not related to the current PR. It seems like the R environment is missing in the k8s IT environment. Could you help confirm this if you have time? @dongjoon-hyun Thanks ~ -- 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]
