martin-g commented on PR #1816:
URL: 
https://github.com/apache/datafusion-ballista/pull/1816#issuecomment-4619391141

   It seems the Docker build often fails with this error:
   ```
   ballista-standalone.Dockerfile:40
   --------------------
     39 |     # populate some sample data for ListingSchemaProvider
     40 | >>> RUN mkdir -p /data && \
     41 | >>>     wget -q 
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet 
-P /data/
     42 |     ENV DATAFUSION_CATALOG_LOCATION=/data
   --------------------
   ERROR: failed to build: failed to solve: process "/bin/sh -c mkdir -p /data 
&&     wget -q 
https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-01.parquet 
-P /data/" did not complete successfully: exit code: 8
   ```
   
   It looks like `wget` fails.
   
https://stackoverflow.com/questions/56940653/i-am-getting-a-returned-a-non-zero-code-8-when-building-my-docker-file
 is a similar issue.
   
   I suggest to put this file at 
https://nightlies.apache.org/datafusion/ballista/yellow_tripdata_2022-01.parquet
   PR is coming!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to