Skip to content

Commit 147b93d

Browse files
committed
don't create spark-checkpoints bucket
1 parent b942e04 commit 147b93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-flex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ services:
158158
until (/usr/bin/mc alias set minio http://minio:9000 admin password) do
159159
echo '...waiting for minio...' && sleep 1;
160160
done;
161-
BUCKETS_TO_CREATE='warehouse fh-dev-bucket flink-checkpoints flink-savepoints spark-checkpoints'
161+
BUCKETS_TO_CREATE='warehouse fh-dev-bucket flink-checkpoints flink-savepoints'
162162
for bucket in $$BUCKETS_TO_CREATE; do
163163
echo \"--- Configuring bucket: $$bucket ---\"
164164
/usr/bin/mc rm -r --force minio/$$bucket;

0 commit comments

Comments
 (0)