You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/16 15:22:00 UTC

[GitHub] [arrow-ballista] andygrove opened a new issue, #362: Incorrect documentation for building Ballista on Linux when using docker-compose

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] andygrove commented on issue #362: Incorrect documentation for building Ballista on Linux when using docker-compose

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #362:
URL: https://github.com/apache/arrow-ballista/issues/362#issuecomment-1284225870

   I think you meant to ping @iajoiner


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] avantgardnerio commented on issue #362: Incorrect documentation for building Ballista on Linux when using docker-compose

Posted by GitBox <gi...@apache.org>.
avantgardnerio commented on issue #362:
URL: https://github.com/apache/arrow-ballista/issues/362#issuecomment-1284176428

   @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


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] andygrove closed issue #362: Incorrect documentation for building Ballista on Linux when using docker-compose

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #362: Incorrect documentation for building Ballista on Linux when using docker-compose
URL: https://github.com/apache/arrow-ballista/issues/362


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org