sxt-partners / arrow-ballista

Apache Arrow Ballista Distributed Query Engine
https://arrow.apache.org/datafusion
Apache License 2.0
1 stars 2 forks source link

Remove COPY of a no longer existing file from the scheduler Dockerfile #17

Open iajoiner opened 1 year ago

iajoiner commented 1 year ago

Which issue does this PR close?

Closes #16.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

avantgardnerio commented 1 year ago

@iajoiner this file should exist, although maybe we don't want to fail if it doesn't:

COPY ballista/ui/scheduler/build /var/www/html

That's the react build of the scheduler UI - a very nice feature that was added recently. See https://github.com/spaceandtimelabs/arrow-ballista/blob/1d94e6929e9a022dec1746d4e64438c5d0ba8cab/.circleci/config.yml#L51 for how to build it.