This is an automated email from the ASF dual-hosted git repository. ggal pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
commit 629a11fc49e3c7222270ec889ac799d0a6f9fdd3 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",
