You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(opa): bump to 0.67.0
Depends on: stackabletech/docker-images#797
* chore(opa): bump 0.67.1
* chore(opa): bump to 0.67.0
Depends on: stackabletech/docker-images#797
* chore: Bump Vector to 0.40.0
* chore(airflow): bump version to 2.9.3
* chore(trino): bump version to 455
* chore(spark): version 3.5.2
* Update create-spark-ingestion-job.yaml
* chore: bump hdfs version to 3.4.0
* chore: bump nifi for 24.11
* chore: Upgrade the Vector aggregator
* chore(druid): Bump to 30.0.0
* chore(pre-commit): Ignore braces lint for templates yaml files
* chore: lint
* Apply suggestions from code review
Use images that exist.
We can't use hdfs from 24.7 because there is a tool needed. For consistency, we use the same image for consistency
* Apply suggestions from code review
* chore: fix lint issue
* Apply suggestions from code review
* chore: fix lint issue
* chore: disable the brace lint
---------
Co-authored-by: xeniape <[email protected]>
Co-authored-by: Razvan-Daniel Mihai <[email protected]>
Co-authored-by: Siegfried Weber <[email protected]>
Copy file name to clipboardExpand all lines: demos/spark-k8s-anomaly-detection-taxi-data/load-test-data.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ spec:
9
9
containers:
10
10
- name: load-ny-taxi-data
11
11
image: "bitnami/minio:2022-debian-10"
12
+
# yamllint disable-line rule:line-length
12
13
command: ["bash", "-c", "cd /tmp && for month in 2020-09 2020-10 2020-11 2020-12; do curl -O https://repo.stackable.tech/repository/misc/ny-taxi-data/fhvhv_tripdata_$month.parquet && mc --insecure alias set minio http://minio:9000/ $(cat /minio-s3-credentials/accessKey) $(cat /minio-s3-credentials/secretKey) && mc cp fhvhv_tripdata_$month.parquet minio/demo/ny-taxi-data/raw/ && mc mb --ignore-existing minio/prediction; done"]
0 commit comments