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
cargo build --release --all --features flight-sql
docker-compose up --build
Using the latter as an example, docker-compose fails to start the scheduler:
Step 9/14 : COPY ballista/ui/scheduler/build /var/www/html
COPY failed: file not found in build context or excluded by .dockerignore: stat ballista/ui/scheduler/build: file does not exist
To Reproduce
Clone the repo into a new directory and follow the instructions above
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The following pages have incorrect instructions for building and running with docker-compose:
The page at https://github.com/apache/arrow-ballista/blob/master/benchmarks/README.md has:
The page at https://github.com/apache/arrow-ballista/blob/master/docs/source/user-guide/flightsql.md has these specific instructions for Linux:
Using the latter as an example, docker-compose fails to start the scheduler:
To Reproduce
Clone the repo into a new directory and follow the instructions above
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: