This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 569bf02d Change default ivy home to /tmp (#911)
569bf02d is described below
commit 569bf02dbf07ff553c6f22c36093c0ca3230dff7
Author: MonkeyCanCode <[email protected]>
AuthorDate: Thu Jan 30 12:09:27 2025 -0600
Change default ivy home to /tmp (#911)
---
getting-started/eclipselink/docker-compose.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/getting-started/eclipselink/docker-compose.yml
b/getting-started/eclipselink/docker-compose.yml
index d9b5abc2..6c7eb850 100644
--- a/getting-started/eclipselink/docker-compose.yml
+++ b/getting-started/eclipselink/docker-compose.yml
@@ -116,6 +116,5 @@ services:
--conf, "spark.sql.catalog.polaris.scope=PRINCIPAL_ROLE:ALL",
--conf, "spark.sql.defaultCatalog=polaris",
--conf, "spark.sql.catalogImplementation=in-memory",
+ --conf, "spark.driver.extraJavaOptions=-Divy.cache.dir=/tmp
-Divy.home=/tmp"
]
- volumes:
- - ~/.ivy2:/home/spark/.ivy2