This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new fbe6a3df2 chore(docker): Use yellow_tripdata_2022-01.parquet from
nightlies.apache.org (#1817)
fbe6a3df2 is described below
commit fbe6a3df2a480a161786c698e6c40ffa26d996a1
Author: Martin Grigorov <[email protected]>
AuthorDate: Fri Jun 5 12:35:55 2026 +0300
chore(docker): Use yellow_tripdata_2022-01.parquet from
nightlies.apache.org (#1817)
---
dev/docker/ballista-standalone.Dockerfile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev/docker/ballista-standalone.Dockerfile
b/dev/docker/ballista-standalone.Dockerfile
index c2e023d8e..22014691b 100644
--- a/dev/docker/ballista-standalone.Dockerfile
+++ b/dev/docker/ballista-standalone.Dockerfile
@@ -36,12 +36,6 @@ COPY target/${RELEASE_FLAG}/ballista-executor
/root/ballista-executor
RUN chmod a+x /root/ballista-scheduler && \
chmod a+x /root/ballista-executor
-# populate some sample data for ListingSchemaProvider
-RUN mkdir -p /data && \
- wget -q
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet
-P /data/
-ENV DATAFUSION_CATALOG_LOCATION=/data
-ENV DATAFUSION_CATALOG_TYPE=csv
-
# Expose Ballista Scheduler gRPC port
EXPOSE 50050
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]