fix(spark): use file:/// so driver serves analytics.jar to executors over HTTP

This commit is contained in:
Janis Eccarius
2026-06-17 01:33:13 +02:00
parent fe75a75a2e
commit 95dc346064
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ spec:
- spark.blockManager.port=37777
- --class
- de.nowchess.analytics.LiveDashboardJob
- local:///app/analytics.jar
- file:///app/analytics.jar
- /spark-checkpoint
env:
- name: NOWCHESS_JDBC_URL