andygrove opened a new issue, #362: URL: https://github.com/apache/arrow-ballista/issues/362
**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: ``` cargo build --release docker-compose up --build ``` The page at https://github.com/apache/arrow-ballista/blob/master/docs/source/user-guide/flightsql.md has these specific instructions for Linux: ``` 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** -- 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]
