This is an automated email from the ASF dual-hosted git repository.

ggal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 27c8603c Update pre-defined run configuration
27c8603c is described below

commit 27c8603ca9252e5359902deffba867cb750083fa
Author: Gabor Roczei <[email protected]>
AuthorDate: Thu Nov 13 15:41:08 2025 -0500

    Update pre-defined run configuration
---
 server/src/main/scala/org/apache/livy/LivyConf.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/main/scala/org/apache/livy/LivyConf.scala 
b/server/src/main/scala/org/apache/livy/LivyConf.scala
index 218589d5..c2692c3e 100644
--- a/server/src/main/scala/org/apache/livy/LivyConf.scala
+++ b/server/src/main/scala/org/apache/livy/LivyConf.scala
@@ -386,6 +386,7 @@ object LivyConf {
     SPARK_FILES,
     SPARK_ARCHIVES,
     SPARK_PY_FILES,
+    "spark.archives",
     "spark.yarn.archive",
     "spark.yarn.dist.files",
     "spark.yarn.dist.jars",

Reply via email to