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

emaynard 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 b33d84a7 Fix 349 (#356)
b33d84a7 is described below

commit b33d84a70e672f84109cb5293987742817f8426d
Author: MonkeyCanCode <[email protected]>
AuthorDate: Fri Oct 18 11:22:31 2024 -0500

    Fix 349 (#356)
---
 docker-compose.yml                       | 20 +++-----------------
 getting-started/spark/docker-compose.yml | 10 +---------
 2 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 1f988c30..0757fa9c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@ services:
       # add aws keys as dropwizard config
       JAVA_OPTS: -Ddw.awsAccessKey=$AWS_ACCESS_KEY_ID 
-Ddw.awsSecretKey=$AWS_SECRET_ACCESS_KEY
     volumes:
-      - credentials:/tmp/credentials/
+      - ./regtests/credentials:/tmp/credentials/
 
     healthcheck:
       test: ["CMD", "curl", "http://localhost:8182/healthcheck";]
@@ -66,19 +66,5 @@ services:
       AWS_CROSS_REGION_BUCKET: $AWS_CROSS_REGION_BUCKET
       AWS_ROLE_FOR_CROSS_REGION_BUCKET: $AWS_ROLE_FOR_CROSS_REGION_BUCKET
     volumes:
-      - local_output:/tmp/polaris-regtests/
-      - credentials:/tmp/credentials/
-
-volumes:
-  local_output:
-    driver: local
-    driver_opts:
-      o: bind
-      type: none
-      device: ./regtests/output
-  credentials:
-    driver: local
-    driver_opts:
-      o: bind
-      type: none
-      device: ./regtests/credentials
+      - ./regtests/output:/tmp/polaris-regtests/
+      - ./regtests/credentials:/tmp/credentials/
diff --git a/getting-started/spark/docker-compose.yml 
b/getting-started/spark/docker-compose.yml
index 4bda0320..3c6468c8 100644
--- a/getting-started/spark/docker-compose.yml
+++ b/getting-started/spark/docker-compose.yml
@@ -49,12 +49,4 @@ services:
       AWS_REGION: us-west-2
       POLARIS_HOST: polaris
     volumes:
-      - notebooks:/home/jovyan/notebooks
-
-volumes:
-  notebooks:
-    driver: local
-    driver_opts:
-      o: bind
-      type: none
-      device: ./notebooks/
+      - ./notebooks:/home/jovyan/notebooks

Reply via email to