This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


    from 08fa42bb Fix Scheduler UI in Docker image (#251)
     add d76a8eb1 Add a docker-compose file and dockerfiles (#249)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   5 +-
 .gitignore                                         |   3 +
 .pre-commit-config.yaml                            |   2 +-
 ballista/rust/client/src/context.rs                |   9 +-
 ballista/ui/.gitignore                             |   1 +
 ballista/ui/yarn.lock                              |   4 +
 benchmarks/README.md                               |   7 +-
 benchmarks/db-benchmark/README.md                  |   2 +-
 ...enchmark.dockerfile => db-benchmark.Dockerfile} |   0
 benchmarks/entrypoint.sh                           |  22 -----
 benchmarks/run.sh                                  |   5 +-
 benchmarks/tpch-gen.sh                             |   3 +-
 .../{conda-cpp.dockerfile => conda-cpp.Dockerfile} |   0
 ...ion.dockerfile => conda-integration.Dockerfile} |   0
 ...ask.dockerfile => conda-python-dask.Dockerfile} |   0
 ...dfs.dockerfile => conda-python-hdfs.Dockerfile} |   0
 ...pe.dockerfile => conda-python-jpype.Dockerfile} |   0
 ...ockerfile => conda-python-kartothek.Dockerfile} |   0
 ...s.dockerfile => conda-python-pandas.Dockerfile} |   0
 ...rk.dockerfile => conda-python-spark.Dockerfile} |   0
 ...dockerfile => conda-python-turbodbc.Dockerfile} |   0
 ...a-python.dockerfile => conda-python.Dockerfile} |   0
 ci/docker/{conda.dockerfile => conda.Dockerfile}   |   0
 ...-10-cpp.dockerfile => debian-10-cpp.Dockerfile} |   0
 ...an-10-go.dockerfile => debian-10-go.Dockerfile} |   0
 ...an-10-js.dockerfile => debian-10-js.Dockerfile} |   0
 ...-9-java.dockerfile => debian-9-java.Dockerfile} |   0
 ...-33-cpp.dockerfile => fedora-33-cpp.Dockerfile} |   0
 ...glib.dockerfile => linux-apt-c-glib.Dockerfile} |   0
 ...t-docs.dockerfile => linux-apt-docs.Dockerfile} |   0
 ...apt-jni.dockerfile => linux-apt-jni.Dockerfile} |   0
 ...t-lint.dockerfile => linux-apt-lint.Dockerfile} |   0
 ...-3.dockerfile => linux-apt-python-3.Dockerfile} |   0
 ...nux-apt-r.dockerfile => linux-apt-r.Dockerfile} |   0
 ...t-ruby.dockerfile => linux-apt-ruby.Dockerfile} |   0
 ...-3.dockerfile => linux-dnf-python-3.Dockerfile} |   0
 .../{linux-r.dockerfile => linux-r.Dockerfile}     |   2 +-
 ...on-sdist.dockerfile => python-sdist.Dockerfile} |   0
 ...file => python-wheel-manylinux-201x.Dockerfile} |   0
 ...file => python-wheel-manylinux-test.Dockerfile} |   0
 ...file => python-wheel-windows-vs2017.Dockerfile} |   0
 ...-cpp.dockerfile => ubuntu-18.04-cpp.Dockerfile} |   0
 ...p.dockerfile => ubuntu-18.04-csharp.Dockerfile} |   0
 ...-cpp.dockerfile => ubuntu-20.04-cpp.Dockerfile} |   0
 ...-cpp.dockerfile => ubuntu-20.10-cpp.Dockerfile} |   0
 dev/build-ballista-docker-arm64.sh                 |   2 +-
 dev/build-ballista-docker.sh                       |  14 +--
 dev/build-set-env.sh                               |   4 +-
 dev/build-ui.sh                                    |   2 +-
 dev/docker/ballista-arm64.Dockerfile               |  27 ------
 dev/docker/ballista-base.dockerfile                |  99 --------------------
 ...s.dockerfile => ballista-benchmarks.Dockerfile} |  19 ++--
 .../docker/ballista-builder.Dockerfile             |  34 +++++--
 ...tor.dockerfile => ballista-executor.Dockerfile} |  12 ++-
 dev/docker/ballista-scheduler-ui.dockerfile        |  38 --------
 ...er.dockerfile => ballista-scheduler.Dockerfile} |  28 +++---
 dev/docker/ballista.dockerfile                     | 100 ---------------------
 .../builder-entrypoint.sh}                         |  18 ++--
 dev/docker/executor-entrypoint.sh                  |   4 +-
 dev/docker/scheduler-entrypoint.sh                 |   4 +-
 dev/integration-tests.sh                           |   6 +-
 dev/release/rat_exclude_files.txt                  |   2 +-
 .../docker-compose.yaml => docker-compose.yml      |  32 ++++---
 63 files changed, 137 insertions(+), 373 deletions(-)
 create mode 100644 ballista/ui/.gitignore
 create mode 100644 ballista/ui/yarn.lock
 rename benchmarks/db-benchmark/{db-benchmark.dockerfile => 
db-benchmark.Dockerfile} (100%)
 delete mode 100755 benchmarks/entrypoint.sh
 rename ci/docker/{conda-cpp.dockerfile => conda-cpp.Dockerfile} (100%)
 rename ci/docker/{conda-integration.dockerfile => 
conda-integration.Dockerfile} (100%)
 rename ci/docker/{conda-python-dask.dockerfile => 
conda-python-dask.Dockerfile} (100%)
 rename ci/docker/{conda-python-hdfs.dockerfile => 
conda-python-hdfs.Dockerfile} (100%)
 rename ci/docker/{conda-python-jpype.dockerfile => 
conda-python-jpype.Dockerfile} (100%)
 rename ci/docker/{conda-python-kartothek.dockerfile => 
conda-python-kartothek.Dockerfile} (100%)
 rename ci/docker/{conda-python-pandas.dockerfile => 
conda-python-pandas.Dockerfile} (100%)
 rename ci/docker/{conda-python-spark.dockerfile => 
conda-python-spark.Dockerfile} (100%)
 rename ci/docker/{conda-python-turbodbc.dockerfile => 
conda-python-turbodbc.Dockerfile} (100%)
 rename ci/docker/{conda-python.dockerfile => conda-python.Dockerfile} (100%)
 rename ci/docker/{conda.dockerfile => conda.Dockerfile} (100%)
 rename ci/docker/{debian-10-cpp.dockerfile => debian-10-cpp.Dockerfile} (100%)
 rename ci/docker/{debian-10-go.dockerfile => debian-10-go.Dockerfile} (100%)
 rename ci/docker/{debian-10-js.dockerfile => debian-10-js.Dockerfile} (100%)
 rename ci/docker/{debian-9-java.dockerfile => debian-9-java.Dockerfile} (100%)
 rename ci/docker/{fedora-33-cpp.dockerfile => fedora-33-cpp.Dockerfile} (100%)
 rename ci/docker/{linux-apt-c-glib.dockerfile => linux-apt-c-glib.Dockerfile} 
(100%)
 rename ci/docker/{linux-apt-docs.dockerfile => linux-apt-docs.Dockerfile} 
(100%)
 rename ci/docker/{linux-apt-jni.dockerfile => linux-apt-jni.Dockerfile} (100%)
 rename ci/docker/{linux-apt-lint.dockerfile => linux-apt-lint.Dockerfile} 
(100%)
 rename ci/docker/{linux-apt-python-3.dockerfile => 
linux-apt-python-3.Dockerfile} (100%)
 rename ci/docker/{linux-apt-r.dockerfile => linux-apt-r.Dockerfile} (100%)
 rename ci/docker/{linux-apt-ruby.dockerfile => linux-apt-ruby.Dockerfile} 
(100%)
 rename ci/docker/{linux-dnf-python-3.dockerfile => 
linux-dnf-python-3.Dockerfile} (100%)
 rename ci/docker/{linux-r.dockerfile => linux-r.Dockerfile} (97%)
 rename ci/docker/{python-sdist.dockerfile => python-sdist.Dockerfile} (100%)
 rename ci/docker/{python-wheel-manylinux-201x.dockerfile => 
python-wheel-manylinux-201x.Dockerfile} (100%)
 rename ci/docker/{python-wheel-manylinux-test.dockerfile => 
python-wheel-manylinux-test.Dockerfile} (100%)
 rename ci/docker/{python-wheel-windows-vs2017.dockerfile => 
python-wheel-windows-vs2017.Dockerfile} (100%)
 rename ci/docker/{ubuntu-18.04-cpp.dockerfile => ubuntu-18.04-cpp.Dockerfile} 
(100%)
 rename ci/docker/{ubuntu-18.04-csharp.dockerfile => 
ubuntu-18.04-csharp.Dockerfile} (100%)
 rename ci/docker/{ubuntu-20.04-cpp.dockerfile => ubuntu-20.04-cpp.Dockerfile} 
(100%)
 rename ci/docker/{ubuntu-20.10-cpp.dockerfile => ubuntu-20.10-cpp.Dockerfile} 
(100%)
 delete mode 100644 dev/docker/ballista-arm64.Dockerfile
 delete mode 100644 dev/docker/ballista-base.dockerfile
 rename dev/docker/{ballista-benchmarks.dockerfile => 
ballista-benchmarks.Dockerfile} (68%)
 rename benchmarks/tpchgen.dockerfile => dev/docker/ballista-builder.Dockerfile 
(51%)
 rename dev/docker/{ballista-executor.dockerfile => 
ballista-executor.Dockerfile} (77%)
 delete mode 100644 dev/docker/ballista-scheduler-ui.dockerfile
 rename dev/docker/{ballista-scheduler.dockerfile => 
ballista-scheduler.Dockerfile} (70%)
 delete mode 100644 dev/docker/ballista.dockerfile
 copy dev/{integration-tests.sh => docker/builder-entrypoint.sh} (83%)
 rename benchmarks/docker-compose.yaml => docker-compose.yml (69%)

Reply via email to