Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect documentation for building Ballista on Linux when using docker-compose #362

Closed
Tracked by #273
andygrove opened this issue Oct 16, 2022 · 2 comments · Fixed by #476
Closed
Tracked by #273

Incorrect documentation for building Ballista on Linux when using docker-compose #362

andygrove opened this issue Oct 16, 2022 · 2 comments · Fixed by #476
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

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

@andygrove andygrove added the bug Something isn't working label Oct 16, 2022
@andygrove andygrove added this to the Ballista 0.9.0 milestone Oct 17, 2022
@avantgardnerio
Copy link
Contributor

@andygrove @ianmcook we need to get this merged into apache's CI & the docs: https://github.com/spaceandtimelabs/arrow-ballista/blob/master/.circleci/config.yml#L51

@andygrove
Copy link
Member Author

I think you meant to ping @iajoiner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants