forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(ingest/minio): Configure delta lake minio tests for arm64 (datah…
…ub-project#8364) Co-authored-by: Tamas Nemeth <[email protected]>
- Loading branch information
Showing
10 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ pvenv36/ | |
/venv*/ | ||
bq_credentials.json | ||
junit.*.xml | ||
tests/integrations/delta_lake/minio/minio | ||
/tmp | ||
*.bak | ||
|
||
|
12 changes: 12 additions & 0 deletions
12
metadata-ingestion/tests/integration/delta_lake/docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: "3" | ||
services: | ||
minio: | ||
image: minio/minio:RELEASE.2023-07-07T07-13-57Z | ||
container_name: "minio_test" | ||
environment: | ||
MINIO_ROOT_USER: "miniouser" | ||
MINIO_ROOT_PASSWORD: "miniopassword" | ||
ports: | ||
- 9000:9000 # S3 API | ||
- 9001:9001 # Web UI | ||
command: server /data --console-address ":9001" |
3 changes: 0 additions & 3 deletions
3
metadata-ingestion/tests/integration/delta_lake/minio/kill_minio.sh
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
metadata-ingestion/tests/integration/delta_lake/minio/setup_minio.sh
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...ta-ingestion/tests/integration/delta_lake/test-table/_delta_log/00000000000000000000.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ta-ingestion/tests/integration/delta_lake/test-table/_delta_log/00000000000000000001.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ta-ingestion/tests/integration/delta_lake/test-table/_delta_log/00000000000000000002.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ta-ingestion/tests/integration/delta_lake/test-table/_delta_log/00000000000000000003.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ta-ingestion/tests/integration/delta_lake/test-table/_delta_log/00000000000000000004.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters