This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b13dd54a Publish built docs triggered by
1648bbe174b080a5f4e13113281b8d1e8bf1e3ce
b13dd54a is described below
commit b13dd54a506411720c12d9818afe7e97611e8f89
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 13 17:05:54 2024 +0000
Publish built docs triggered by 1648bbe174b080a5f4e13113281b8d1e8bf1e3ce
---
.buildinfo | 2 +-
_sources/community/communication.md.txt | 48 ++------------
_sources/contributors-guide/architecture.md.txt | 8 +--
.../contributors-guide/code-organization.md.txt | 36 +++++-----
_sources/index.rst.txt | 6 +-
.../user-guide/deployment/docker-compose.md.txt | 22 +++----
_sources/user-guide/deployment/docker.md.txt | 32 ++++-----
_sources/user-guide/deployment/kubernetes.md.txt | 30 ++++-----
_sources/user-guide/flightsql.md.txt | 4 +-
_sources/user-guide/introduction.md.txt | 2 +-
_sources/user-guide/python.md.txt | 2 +-
_sources/user-guide/scheduler.md.txt | 2 +-
community/communication.html | 76 +++-------------------
contributors-guide/architecture.html | 16 ++---
contributors-guide/code-organization.html | 44 ++++++-------
contributors-guide/development.html | 8 +--
genindex.html | 6 +-
index.html | 14 ++--
search.html | 6 +-
searchindex.js | 2 +-
user-guide/cli.html | 8 +--
user-guide/configs.html | 8 +--
user-guide/deployment/cargo-install.html | 8 +--
user-guide/deployment/docker-compose.html | 30 ++++-----
user-guide/deployment/docker.html | 40 ++++++------
user-guide/deployment/index.html | 8 +--
user-guide/deployment/kubernetes.html | 38 +++++------
user-guide/deployment/quick-start.html | 8 +--
user-guide/faq.html | 8 +--
user-guide/flightsql.html | 12 ++--
user-guide/introduction.html | 10 +--
user-guide/metrics.html | 8 +--
user-guide/python.html | 10 +--
user-guide/rust.html | 8 +--
user-guide/scheduler.html | 10 +--
user-guide/tuning-guide.html | 8 +--
36 files changed, 244 insertions(+), 344 deletions(-)
diff --git a/.buildinfo b/.buildinfo
index 0cc9f223..21ddf1bb 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 0972eecb3fb243fff23ec5e8c0166587
+config: 75234f68d0cc03dc876499bb8fc2ba73
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/_sources/community/communication.md.txt
b/_sources/community/communication.md.txt
index 4a2cf20f..295bf46f 100644
--- a/_sources/community/communication.md.txt
+++ b/_sources/community/communication.md.txt
@@ -26,55 +26,15 @@ All participation in the Apache DataFusion Ballista project
is governed by the
Apache Software Foundation's [code of
conduct](https://www.apache.org/foundation/policies/conduct.html).
-## Questions?
+We use the same communication channels as the main DataFusion project:
-### Mailing list
-
-We use datafusion.apache.org's `dev@` mailing list for project management,
release
-coorindation and design discussions
-([subscribe](mailto:[email protected]),
-[unsubscribe](mailto:[email protected]),
-[archives](https://lists.apache.org/[email protected])).
-
-When emailing the dev list, please make sure to prefix the subject line with a
-`[Ballista]` tag, e.g. `"[Ballista] New API for remote data sources"`, so
-that the appropriate people in the Apache DataFusion community notice the
message.
-
-### Slack and Discord
-
-We use the official [ASF](https://s.apache.org/slack-invite) Slack workspace
-for informal discussions and coordination. This is a great place to meet other
-contributors and get guidance on where to contribute. Join us in the
-`#arrow-rust` channel.
-
-We also have a backup Arrow Rust Discord
-server ([invite link](https://discord.gg/Qw5gKqHxUM)) in case you are not able
-to join the Slack workspace. If you need an invite to the Slack workspace, you
-can also ask for one in our Discord server.
-
-### Sync up video calls
-
-We have biweekly sync calls every other Thursdays at both 04:00 UTC
-and 16:00 UTC (starting September 30, 2021) depending on if there are
-items on the agenda to discuss and someone being willing to host.
-
-Please see the
[agenda](https://docs.google.com/document/d/1atCVnoff5SR4eM4Lwf2M1BBJTY6g3_HUNR6qswYJW_U/edit)
-for the video call link, add topics and to see what others plan to discuss.
-
-The goals of these calls are:
-
-1. Help "put a face to the name" of some of other contributors we are working
with
-2. Discuss / synchronize on the goals and major initiatives from different
stakeholders to identify areas where more alignment is needed
-
-No decisions are made on the call and anything of substance will be discussed
on this mailing list or in github issues / google docs.
-
-We will send a summary of all sync ups to the [email protected]
mailing list.
+[https://datafusion.apache.org/contributor-guide/communication.html](https://datafusion.apache.org/contributor-guide/communication.html)
## Contributing
Our source code is hosted on
-[GitHub](https://github.com/apache/arrow-datafusion). More information on
contributing is in
-the [Contribution
Guide](https://github.com/apache/arrow-datafusion/blob/master/CONTRIBUTING.md)
+[GitHub](https://github.com/apache/datafusion-ballista). More information on
contributing is in
+the [Contribution
Guide](https://github.com/apache/datafusion-ballista/blob/main/CONTRIBUTING.md)
, and we have curated a
[good-first-issue](https://github.com/apache/datafusion-ballista/contribute)
list to help you get started. You can find datafusion's major designs in
docs/source/specification.
diff --git a/_sources/contributors-guide/architecture.md.txt
b/_sources/contributors-guide/architecture.md.txt
index 4541e4d0..6cec186f 100644
--- a/_sources/contributors-guide/architecture.md.txt
+++ b/_sources/contributors-guide/architecture.md.txt
@@ -94,9 +94,9 @@ can execute multiple partitions of the same plan in parallel.
There are multiple clients available for submitting jobs to a Ballista cluster:
-- The [Ballista
CLI](https://github.com/apache/arrow-ballista/tree/main/ballista-cli) provides
a SQL command-line
+- The [Ballista
CLI](https://github.com/apache/datafusion-ballista/tree/main/ballista-cli)
provides a SQL command-line
interface.
-- The Python bindings
([PyBallista](https://github.com/apache/arrow-ballista/tree/main/python))
provide a session
+- The Python bindings
([PyBallista](https://github.com/apache/datafusion-ballista/tree/main/python))
provide a session
context with support for SQL and DataFrame operations.
- The [ballista crate](https://crates.io/crates/ballista) provides a native
Rust session context with support for
SQL and DataFrame operations.
@@ -201,5 +201,5 @@ Each executor will re-partition the output of the stage it
is running so that it
stage. This mechanism is known as an Exchange or a Shuffle. The logic for this
can be found in the [ShuffleWriterExec]
and [ShuffleReaderExec] operators.
-[shufflewriterexec]:
https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/execution_plans/shuffle_writer.rs
-[shufflereaderexec]:
https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/execution_plans/shuffle_reader.rs
+[shufflewriterexec]:
https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/execution_plans/shuffle_writer.rs
+[shufflereaderexec]:
https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/execution_plans/shuffle_reader.rs
diff --git a/_sources/contributors-guide/code-organization.md.txt
b/_sources/contributors-guide/code-organization.md.txt
index 6b830589..e1f3e470 100644
--- a/_sources/contributors-guide/code-organization.md.txt
+++ b/_sources/contributors-guide/code-organization.md.txt
@@ -23,33 +23,33 @@ This section provides links to the source code for major
areas of functionality.
### ballista-core crate
-- [Crate
Source](https://github.com/apache/arrow-ballista/blob/main/ballista/core)
-- [Protocol Buffer
Definition](https://github.com/apache/arrow-ballista/blob/main/ballista/core/proto/ballista.proto)
-- [Execution
Plans](https://github.com/apache/arrow-ballista/tree/main/ballista/core/src/execution_plans)
-- [Ballista
Client](https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/client.rs)
+- [Crate
Source](https://github.com/apache/datafusion-ballista/blob/main/ballista/core)
+- [Protocol Buffer
Definition](https://github.com/apache/datafusion-ballista/blob/main/ballista/core/proto/ballista.proto)
+- [Execution
Plans](https://github.com/apache/datafusion-ballista/tree/main/ballista/core/src/execution_plans)
+- [Ballista
Client](https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/client.rs)
### ballista-scheduler crate
-- [Crate
Source](https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler)
-- [Distributed Query
Planner](https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/planner.rs)
-- [gRPC
Service](https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/scheduler_server/grpc.rs)
-- [Flight SQL
Service](https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/flight_sql.rs)
-- [REST
API](https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/src/api)
-- [Web
UI](https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/ui)
-- [Prometheus
Integration](https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/metrics/prometheus.rs)
+- [Crate
Source](https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler)
+- [Distributed Query
Planner](https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/planner.rs)
+- [gRPC
Service](https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/scheduler_server/grpc.rs)
+- [Flight SQL
Service](https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/flight_sql.rs)
+- [REST
API](https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/src/api)
+- [Web
UI](https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/ui)
+- [Prometheus
Integration](https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/metrics/prometheus.rs)
### ballista-executor crate
-- [Crate
Source](https://github.com/apache/arrow-ballista/tree/main/ballista/executor)
-- [Flight
Service](https://github.com/apache/arrow-ballista/blob/main/ballista/executor/src/flight_service.rs)
-- [Executor
Server](https://github.com/apache/arrow-ballista/blob/main/ballista/executor/src/executor_server.rs)
+- [Crate
Source](https://github.com/apache/datafusion-ballista/tree/main/ballista/executor)
+- [Flight
Service](https://github.com/apache/datafusion-ballista/blob/main/ballista/executor/src/flight_service.rs)
+- [Executor
Server](https://github.com/apache/datafusion-ballista/blob/main/ballista/executor/src/executor_server.rs)
### ballista crate
-- [Crate
Source](https://github.com/apache/arrow-ballista/tree/main/ballista/client)
--
[Context](https://github.com/apache/arrow-ballista/blob/main/ballista/client/src/context.rs)
+- [Crate
Source](https://github.com/apache/datafusion-ballista/tree/main/ballista/client)
+-
[Context](https://github.com/apache/datafusion-ballista/blob/main/ballista/client/src/context.rs)
### PyBallista
-- [Source](https://github.com/apache/arrow-ballista/tree/main/python)
--
[Context](https://github.com/apache/arrow-ballista/blob/main/python/src/context.rs)
+- [Source](https://github.com/apache/datafusion-ballista/tree/main/python)
+-
[Context](https://github.com/apache/datafusion-ballista/blob/main/python/src/context.rs)
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 9491eccf..959d5844 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -65,7 +65,7 @@ Table of content
contributors-guide/architecture
contributors-guide/code-organization
contributors-guide/development
- Source code <https://github.com/apache/arrow-ballista/>
+ Source code <https://github.com/apache/datafusion-ballista/>
.. _toc.community:
@@ -75,5 +75,5 @@ Table of content
community/communication
- Issue tracker <https://github.com/apache/arrow-ballista/issues>
- Code of conduct
<https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md>
+ Issue tracker <https://github.com/apache/datafusion-ballista/issues>
+ Code of conduct
<https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md>
diff --git a/_sources/user-guide/deployment/docker-compose.md.txt
b/_sources/user-guide/deployment/docker-compose.md.txt
index f09490f9..53501c78 100644
--- a/_sources/user-guide/deployment/docker-compose.md.txt
+++ b/_sources/user-guide/deployment/docker-compose.md.txt
@@ -23,31 +23,31 @@ Docker Compose is a convenient way to launch a cluster when
testing locally.
## Build Docker Images
-Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
+Run the following commands to download the [official Docker
image](https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone):
```bash
-docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+docker pull ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
```
Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
-git clone [email protected]:apache/arrow-ballista.git -b 0.12.0
-cd arrow-ballista
+git clone [email protected]:apache/datafusion-ballista.git -b 0.12.0
+cd datafusion-ballista
./dev/build-ballista-docker.sh
```
This will create the following images:
-- `apache/arrow-ballista-benchmarks:0.12.0`
-- `apache/arrow-ballista-cli:0.12.0`
-- `apache/arrow-ballista-executor:0.12.0`
-- `apache/arrow-ballista-scheduler:0.12.0`
-- `apache/arrow-ballista-standalone:0.12.0`
+- `apache/datafusion-ballista-benchmarks:0.12.0`
+- `apache/datafusion-ballista-cli:0.12.0`
+- `apache/datafusion-ballista-executor:0.12.0`
+- `apache/datafusion-ballista-scheduler:0.12.0`
+- `apache/datafusion-ballista-standalone:0.12.0`
## Start a Cluster
-Using the
[docker-compose.yml](https://github.com/apache/arrow-ballista/blob/main/docker-compose.yml)
from the
+Using the
[docker-compose.yml](https://github.com/apache/datafusion-ballista/blob/main/docker-compose.yml)
from the
source repository, run the following command to start a cluster:
```bash
@@ -77,5 +77,5 @@ The scheduler web UI is available on port 80 in the scheduler.
## Connect from the Ballista CLI
```shell
-docker run --network=host -it apache/arrow-ballista-cli:0.12.0 --host
localhost --port 50050
+docker run --network=host -it apache/datafusion-ballista-cli:0.12.0 --host
localhost --port 50050
```
diff --git a/_sources/user-guide/deployment/docker.md.txt
b/_sources/user-guide/deployment/docker.md.txt
index 291c98e3..b67e267e 100644
--- a/_sources/user-guide/deployment/docker.md.txt
+++ b/_sources/user-guide/deployment/docker.md.txt
@@ -21,27 +21,27 @@
## Build Docker Images
-Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
+Run the following commands to download the [official Docker
image](https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone):
```bash
-docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+docker pull ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
```
Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
-git clone [email protected]:apache/arrow-ballista.git -b 0.12.0
-cd arrow-ballista
+git clone [email protected]:apache/datafusion-ballista.git -b 0.12.0
+cd datafusion-ballista
./dev/build-ballista-docker.sh
```
This will create the following images:
-- `apache/arrow-ballista-benchmarks:0.12.0`
-- `apache/arrow-ballista-cli:0.12.0`
-- `apache/arrow-ballista-executor:0.12.0`
-- `apache/arrow-ballista-scheduler:0.12.0`
-- `apache/arrow-ballista-standalone:0.12.0`
+- `apache/datafusion-ballista-benchmarks:0.12.0`
+- `apache/datafusion-ballista-cli:0.12.0`
+- `apache/datafusion-ballista-executor:0.12.0`
+- `apache/datafusion-ballista-scheduler:0.12.0`
+- `apache/datafusion-ballista-standalone:0.12.0`
## Start a Cluster
@@ -51,7 +51,7 @@ Start a scheduler using the following syntax:
```bash
docker run --network=host \
- -d apache/arrow-ballista-scheduler:0.12.0 \
+ -d apache/datafusion-ballista-scheduler:0.12.0 \
--bind-port 50050
```
@@ -60,7 +60,7 @@ Run `docker ps` to check that the process is running:
```
$ docker ps
CONTAINER ID IMAGE COMMAND
CREATED STATUS PORTS NAMES
-a756055576f3 apache/arrow-ballista-scheduler:0.12.0 "/root/scheduler-ent…"
8 seconds ago Up 8 seconds xenodochial_carson
+a756055576f3 apache/datafusion-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
```
Run `docker logs CONTAINER_ID` to check the output from the process:
@@ -84,7 +84,7 @@ Start one or more executor processes. Each executor process
will need to listen
```bash
docker run --network=host \
- -d apache/arrow-ballista-executor:0.12.0 \
+ -d apache/datafusion-ballista-executor:0.12.0 \
--external-host localhost --bind-port 50051
```
@@ -93,8 +93,8 @@ Use `docker ps` to check that both the scheduler and
executor(s) are now running
```
$ docker ps
CONTAINER ID IMAGE COMMAND
CREATED STATUS PORTS NAMES
-fb8b530cee6d apache/arrow-ballista-executor:0.12.0 "/root/executor-entr…"
2 seconds ago Up 1 second gallant_galois
-a756055576f3 apache/arrow-ballista-scheduler:0.12.0 "/root/scheduler-ent…"
8 seconds ago Up 8 seconds xenodochial_carson
+fb8b530cee6d apache/datafusion-ballista-executor:0.12.0
"/root/executor-entr…" 2 seconds ago Up 1 second gallant_galois
+a756055576f3 apache/datafusion-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
```
Use `docker logs CONTAINER_ID` to check the output from the executor(s):
@@ -117,7 +117,7 @@ to launch the scheduler with this option enabled.
```bash
docker run --network=host \
- -d apache/arrow-ballista-scheduler:0.12.0 \
+ -d apache/datafusion-ballista-scheduler:0.12.0 \
--bind-port 50050 \
--config-backend etcd \
--etcd-urls etcd:2379
@@ -129,5 +129,5 @@ recommended.
## Connect from the CLI
```shell
-docker run --network=host -it apache/arrow-ballista-cli:0.12.0 --host
localhost --port 50050
+docker run --network=host -it apache/datafusion-ballista-cli:0.12.0 --host
localhost --port 50050
```
diff --git a/_sources/user-guide/deployment/kubernetes.md.txt
b/_sources/user-guide/deployment/kubernetes.md.txt
index eebe6e1c..2bdb4fb6 100644
--- a/_sources/user-guide/deployment/kubernetes.md.txt
+++ b/_sources/user-guide/deployment/kubernetes.md.txt
@@ -41,37 +41,37 @@ microk8s enable dns
## Build Docker Images
-Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
+Run the following commands to download the [official Docker
image](https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone):
```bash
-docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+docker pull ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
```
Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
-git clone [email protected]:apache/arrow-ballista.git -b 0.12.0
-cd arrow-ballista
+git clone [email protected]:apache/datafusion-ballista.git -b 0.12.0
+cd datafusion-ballista
./dev/build-ballista-docker.sh
```
This will create the following images:
-- `apache/arrow-ballista-benchmarks:0.12.0`
-- `apache/arrow-ballista-cli:0.12.0`
-- `apache/arrow-ballista-executor:0.12.0`
-- `apache/arrow-ballista-scheduler:0.12.0`
-- `apache/arrow-ballista-standalone:0.12.0`
+- `apache/datafusion-ballista-benchmarks:0.12.0`
+- `apache/datafusion-ballista-cli:0.12.0`
+- `apache/datafusion-ballista-executor:0.12.0`
+- `apache/datafusion-ballista-scheduler:0.12.0`
+- `apache/datafusion-ballista-standalone:0.12.0`
## Publishing Docker Images
Once the images have been built, you can retag them and can push them to your
favourite Docker registry.
```bash
-docker tag apache/arrow-ballista-scheduler:0.12.0
<your-repo>/arrow-ballista-scheduler:0.12.0
-docker tag apache/arrow-ballista-executor:0.12.0
<your-repo>/arrow-ballista-executor:0.12.0
-docker push <your-repo>/arrow-ballista-scheduler:0.12.0
-docker push <your-repo>/arrow-ballista-executor:0.12.0
+docker tag apache/datafusion-ballista-scheduler:0.12.0
<your-repo>/datafusion-ballista-scheduler:0.12.0
+docker tag apache/datafusion-ballista-executor:0.12.0
<your-repo>/datafusion-ballista-executor:0.12.0
+docker push <your-repo>/datafusion-ballista-scheduler:0.12.0
+docker push <your-repo>/datafusion-ballista-executor:0.12.0
```
## Create Persistent Volume and Persistent Volume Claim
@@ -159,7 +159,7 @@ spec:
spec:
containers:
- name: ballista-scheduler
- image: <your-repo>/arrow-ballista-scheduler:0.12.0
+ image: <your-repo>/datafusion-ballista-scheduler:0.12.0
args: ["--bind-port=50050"]
ports:
- containerPort: 50050
@@ -191,7 +191,7 @@ spec:
spec:
containers:
- name: ballista-executor
- image: <your-repo>/arrow-ballista-executor:0.12.0
+ image: <your-repo>/datafusion-ballista-executor:0.12.0
args:
- "--bind-port=50051"
- "--scheduler-host=ballista-scheduler"
diff --git a/_sources/user-guide/flightsql.md.txt
b/_sources/user-guide/flightsql.md.txt
index cb420e3d..4572eef9 100644
--- a/_sources/user-guide/flightsql.md.txt
+++ b/_sources/user-guide/flightsql.md.txt
@@ -54,7 +54,7 @@ choco install docker-desktop
## <a name="docker"/> Run Docker Container
```shell
-docker run -p 50050:50050 --rm ghcr.io/apache/arrow-ballista-standalone:0.10.0
+docker run -p 50050:50050 --rm
ghcr.io/apache/datafusion-ballista-standalone:0.10.0
```
## <a name="jdbc"/>Download the FlightSQL JDBC Driver
@@ -79,7 +79,7 @@ The important pieces of information:
## <a name="hello"/>Run a "Hello, World!" Query
```sql
-select 'Hello from Arrow Ballista!' as greeting;
+select 'Hello from DataFusion Ballista!' as greeting;
```
## <a name="complex"/>Run a Complex Query
diff --git a/_sources/user-guide/introduction.md.txt
b/_sources/user-guide/introduction.md.txt
index 65cbe2f7..fbadf13b 100644
--- a/_sources/user-guide/introduction.md.txt
+++ b/_sources/user-guide/introduction.md.txt
@@ -19,7 +19,7 @@
# Overview
-Ballista is a distributed compute platform primarily implemented in Rust, and
powered by Apache Arrow.
+Ballista is a distributed compute platform primarily implemented in Rust, and
powered by Apache DataFusion.
Ballista has a scheduler and an executor process that are standard Rust
executables and can be executed directly, but
Dockerfiles are provided to build images for use in containerized
environments, such as Docker, Docker Compose, and
diff --git a/_sources/user-guide/python.md.txt
b/_sources/user-guide/python.md.txt
index 80ce8aa5..674850c7 100644
--- a/_sources/user-guide/python.md.txt
+++ b/_sources/user-guide/python.md.txt
@@ -135,4 +135,4 @@ assert result.column(1) == pyarrow.array([-3, -3, -3])
## User Defined Functions
The underlying DataFusion query engine supports Python UDFs but this
functionality has not yet been implemented in
-Ballista. It is planned for a future release. The tracking issue is
[#173](https://github.com/apache/arrow-ballista/issues/173).
+Ballista. It is planned for a future release. The tracking issue is
[#173](https://github.com/apache/datafusion-ballista/issues/173).
diff --git a/_sources/user-guide/scheduler.md.txt
b/_sources/user-guide/scheduler.md.txt
index 6ac81ed2..447992ce 100644
--- a/_sources/user-guide/scheduler.md.txt
+++ b/_sources/user-guide/scheduler.md.txt
@@ -21,7 +21,7 @@
## Web User Interface
-The scheduler provides a web user interface that allows queries to be
monitored. Details on how to start the ui is present
[here](https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/ui)
+The scheduler provides a web user interface that allows queries to be
monitored. Details on how to start the ui is present
[here](https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/ui)

diff --git a/community/communication.html b/community/communication.html
index 1962b592..5090890d 100644
--- a/community/communication.html
+++ b/community/communication.html
@@ -204,7 +204,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -221,12 +221,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -254,28 +254,6 @@
<nav id="bd-toc-nav">
<ul class="visible nav section-nav flex-column">
- <li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#questions">
- Questions?
- </a>
- <ul class="nav section-nav flex-column">
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#mailing-list">
- Mailing list
- </a>
- </li>
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#slack-and-discord">
- Slack and Discord
- </a>
- </li>
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#sync-up-video-calls">
- Sync up video calls
- </a>
- </li>
- </ul>
- </li>
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#contributing">
Contributing
@@ -290,7 +268,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/community/communication.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/community/communication.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -334,51 +312,13 @@ questions, and get involved.</p>
<p>All participation in the Apache DataFusion Ballista project is governed by
the
Apache Software Foundation’s <a class="reference external"
href="https://www.apache.org/foundation/policies/conduct.html">code of
conduct</a>.</p>
-<section id="questions">
-<h2>Questions?<a class="headerlink" href="#questions" title="Link to this
heading">¶</a></h2>
-<section id="mailing-list">
-<h3>Mailing list<a class="headerlink" href="#mailing-list" title="Link to this
heading">¶</a></h3>
-<p>We use datafusion.apache.org’s <code class="docutils literal
notranslate"><span class="pre">dev@</span></code> mailing list for project
management, release
-coorindation and design discussions
-(<a class="reference external"
href="mailto:dev-subscribe%40datafusion.apache.org">subscribe</a>,
-<a class="reference external"
href="mailto:dev-unsubscribe%40datafusion.apache.org">unsubscribe</a>,
-<a class="reference external"
href="https://lists.apache.org/list.html?dev@datafusion.apache.org">archives</a>).</p>
-<p>When emailing the dev list, please make sure to prefix the subject line
with a
-<code class="docutils literal notranslate"><span
class="pre">[Ballista]</span></code> tag, e.g. <code class="docutils literal
notranslate"><span class="pre">"[Ballista]</span> <span
class="pre">New</span> <span class="pre">API</span> <span
class="pre">for</span> <span class="pre">remote</span> <span
class="pre">data</span> <span class="pre">sources"</span></code>, so
-that the appropriate people in the Apache DataFusion community notice the
message.</p>
-</section>
-<section id="slack-and-discord">
-<h3>Slack and Discord<a class="headerlink" href="#slack-and-discord"
title="Link to this heading">¶</a></h3>
-<p>We use the official <a class="reference external"
href="https://s.apache.org/slack-invite">ASF</a> Slack workspace
-for informal discussions and coordination. This is a great place to meet other
-contributors and get guidance on where to contribute. Join us in the
-<code class="docutils literal notranslate"><span
class="pre">#arrow-rust</span></code> channel.</p>
-<p>We also have a backup Arrow Rust Discord
-server (<a class="reference external"
href="https://discord.gg/Qw5gKqHxUM">invite link</a>) in case you are not able
-to join the Slack workspace. If you need an invite to the Slack workspace, you
-can also ask for one in our Discord server.</p>
-</section>
-<section id="sync-up-video-calls">
-<h3>Sync up video calls<a class="headerlink" href="#sync-up-video-calls"
title="Link to this heading">¶</a></h3>
-<p>We have biweekly sync calls every other Thursdays at both 04:00 UTC
-and 16:00 UTC (starting September 30, 2021) depending on if there are
-items on the agenda to discuss and someone being willing to host.</p>
-<p>Please see the <a class="reference external"
href="https://docs.google.com/document/d/1atCVnoff5SR4eM4Lwf2M1BBJTY6g3_HUNR6qswYJW_U/edit">agenda</a>
-for the video call link, add topics and to see what others plan to discuss.</p>
-<p>The goals of these calls are:</p>
-<ol class="arabic simple">
-<li><p>Help “put a face to the name” of some of other contributors we are
working with</p></li>
-<li><p>Discuss / synchronize on the goals and major initiatives from different
stakeholders to identify areas where more alignment is needed</p></li>
-</ol>
-<p>No decisions are made on the call and anything of substance will be
discussed on this mailing list or in github issues / google docs.</p>
-<p>We will send a summary of all sync ups to the dev@datafusion.apache.org
mailing list.</p>
-</section>
-</section>
+<p>We use the same communication channels as the main DataFusion project:</p>
+<p><a class="reference external"
href="https://datafusion.apache.org/contributor-guide/communication.html">https://datafusion.apache.org/contributor-guide/communication.html</a></p>
<section id="contributing">
<h2>Contributing<a class="headerlink" href="#contributing" title="Link to this
heading">¶</a></h2>
<p>Our source code is hosted on
-<a class="reference external"
href="https://github.com/apache/arrow-datafusion">GitHub</a>. More information
on contributing is in
-the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/master/CONTRIBUTING.md">Contribution
Guide</a>
+<a class="reference external"
href="https://github.com/apache/datafusion-ballista">GitHub</a>. More
information on contributing is in
+the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CONTRIBUTING.md">Contribution
Guide</a>
, and we have curated a <a class="reference external"
href="https://github.com/apache/datafusion-ballista/contribute">good-first-issue</a>
list to help you get started. You can find datafusion’s major designs in
docs/source/specification.</p>
<p>We use GitHub issues for maintaining a queue of development work and as the
diff --git a/contributors-guide/architecture.html
b/contributors-guide/architecture.html
index f152bbd8..97a9b0eb 100644
--- a/contributors-guide/architecture.html
+++ b/contributors-guide/architecture.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -335,7 +335,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/contributors-guide/architecture.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/contributors-guide/architecture.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -444,9 +444,9 @@ can execute multiple partitions of the same plan in
parallel.</p>
<h3>Clients<a class="headerlink" href="#clients" title="Link to this
heading">¶</a></h3>
<p>There are multiple clients available for submitting jobs to a Ballista
cluster:</p>
<ul class="simple">
-<li><p>The <a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista-cli">Ballista
CLI</a> provides a SQL command-line
+<li><p>The <a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista-cli">Ballista
CLI</a> provides a SQL command-line
interface.</p></li>
-<li><p>The Python bindings (<a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/python">PyBallista</a>)
provide a session
+<li><p>The Python bindings (<a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/python">PyBallista</a>)
provide a session
context with support for SQL and DataFrame operations.</p></li>
<li><p>The <a class="reference external"
href="https://crates.io/crates/ballista">ballista crate</a> provides a native
Rust session context with support for
SQL and DataFrame operations.</p></li>
@@ -535,8 +535,8 @@ the output of each stage typically needs to be
repartitioned before it can be us
example of this is when a query contains multiple joins. Data needs to be
partitioned by the join keys before the join
can be performed.</p>
<p>Each executor will re-partition the output of the stage it is running so
that it can be consumed by the next
-stage. This mechanism is known as an Exchange or a Shuffle. The logic for this
can be found in the <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/execution_plans/shuffle_writer.rs">ShuffleWriterExec</a>
-and <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/execution_plans/shuffle_reader.rs">ShuffleReaderExec</a>
operators.</p>
+stage. This mechanism is known as an Exchange or a Shuffle. The logic for this
can be found in the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/execution_plans/shuffle_writer.rs">ShuffleWriterExec</a>
+and <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/execution_plans/shuffle_reader.rs">ShuffleReaderExec</a>
operators.</p>
</section>
</section>
</section>
diff --git a/contributors-guide/code-organization.html
b/contributors-guide/code-organization.html
index 000b6259..7a741077 100644
--- a/contributors-guide/code-organization.html
+++ b/contributors-guide/code-organization.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -289,7 +289,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/contributors-guide/code-organization.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/contributors-guide/code-organization.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -332,44 +332,44 @@
<section id="ballista-core-crate">
<h2>ballista-core crate<a class="headerlink" href="#ballista-core-crate"
title="Link to this heading">¶</a></h2>
<ul class="simple">
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/core">Crate
Source</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/core/proto/ballista.proto">Protocol
Buffer Definition</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/core/src/execution_plans">Execution
Plans</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/core/src/client.rs">Ballista
Client</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/core">Crate
Source</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/core/proto/ballista.proto">Protocol
Buffer Definition</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/core/src/execution_plans">Execution
Plans</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/core/src/client.rs">Ballista
Client</a></p></li>
</ul>
</section>
<section id="ballista-scheduler-crate">
<h2>ballista-scheduler crate<a class="headerlink"
href="#ballista-scheduler-crate" title="Link to this heading">¶</a></h2>
<ul class="simple">
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler">Crate
Source</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/planner.rs">Distributed
Query Planner</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/scheduler_server/grpc.rs">gRPC
Service</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/flight_sql.rs">Flight
SQL Service</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/src/api">REST
API</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/ui">Web
UI</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/scheduler/src/metrics/prometheus.rs">Prometheus
Integration</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler">Crate
Source</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/planner.rs">Distributed
Query Planner</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/scheduler_server/grpc.rs">gRPC
Service</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/flight_sql.rs">Flight
SQL Service</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/src/api">REST
API</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/ui">Web
UI</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/scheduler/src/metrics/prometheus.rs">Prometheus
Integration</a></p></li>
</ul>
</section>
<section id="ballista-executor-crate">
<h2>ballista-executor crate<a class="headerlink"
href="#ballista-executor-crate" title="Link to this heading">¶</a></h2>
<ul class="simple">
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/executor">Crate
Source</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/executor/src/flight_service.rs">Flight
Service</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/executor/src/executor_server.rs">Executor
Server</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/executor">Crate
Source</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/executor/src/flight_service.rs">Flight
Service</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/executor/src/executor_server.rs">Executor
Server</a></p></li>
</ul>
</section>
<section id="ballista-crate">
<h2>ballista crate<a class="headerlink" href="#ballista-crate" title="Link to
this heading">¶</a></h2>
<ul class="simple">
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/client">Crate
Source</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/ballista/client/src/context.rs">Context</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/client">Crate
Source</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/ballista/client/src/context.rs">Context</a></p></li>
</ul>
</section>
<section id="pyballista">
<h2>PyBallista<a class="headerlink" href="#pyballista" title="Link to this
heading">¶</a></h2>
<ul class="simple">
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/tree/main/python">Source</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/python/src/context.rs">Context</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/tree/main/python">Source</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/python/src/context.rs">Context</a></p></li>
</ul>
</section>
</section>
diff --git a/contributors-guide/development.html
b/contributors-guide/development.html
index 7e7e7495..469f7016 100644
--- a/contributors-guide/development.html
+++ b/contributors-guide/development.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -284,7 +284,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/contributors-guide/development.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/contributors-guide/development.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/genindex.html b/genindex.html
index 05e3b2b2..44a5beba 100644
--- a/genindex.html
+++ b/genindex.html
@@ -202,7 +202,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -219,12 +219,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/index.html b/index.html
index 782205a0..521a3cb4 100644
--- a/index.html
+++ b/index.html
@@ -204,7 +204,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -221,12 +221,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -270,7 +270,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/index.rst">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/index.rst">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -330,15 +330,15 @@
<li class="toctree-l1"><a class="reference internal"
href="contributors-guide/architecture.html">Ballista Architecture</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributors-guide/code-organization.html">Ballista Code
Organization</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributors-guide/development.html">Ballista Development</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/arrow-ballista/">Source code</a></li>
+<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion-ballista/">Source code</a></li>
</ul>
</div>
<div class="toctree-wrapper compound" id="toc-community">
<p aria-level="2" class="caption" role="heading"><span
class="caption-text">Community</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="community/communication.html">Communication</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">Issue tracker</a></li>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">Code
of conduct</a></li>
+<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">Issue
tracker</a></li>
+<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">Code
of conduct</a></li>
</ul>
</div>
</section>
diff --git a/search.html b/search.html
index 260cd4f9..429b9737 100644
--- a/search.html
+++ b/search.html
@@ -209,7 +209,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -226,12 +226,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/searchindex.js b/searchindex.js
index 7a33d1b7..77b56e5c 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query":
[[14, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container":
[[14, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello,
World!\u201d Query": [[14, "run-a-hello-world-query"]], "<a
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[14,
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites":
[[14, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query":
[[14, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container":
[[14, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello,
World!\u201d Query": [[14, "run-a-hello-world-query"]], "<a
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[14,
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites":
[[14, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite
[...]
\ No newline at end of file
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 34afa782..6ef92ad9 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -289,7 +289,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/cli.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/cli.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 94d357d2..d1f3f4d0 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -286,7 +286,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/configs.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/configs.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/deployment/cargo-install.html
b/user-guide/deployment/cargo-install.html
index 385736b2..24333f1a 100644
--- a/user-guide/deployment/cargo-install.html
+++ b/user-guide/deployment/cargo-install.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -259,7 +259,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/cargo-install.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/cargo-install.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/deployment/docker-compose.html
b/user-guide/deployment/docker-compose.html
index c6f14330..a844b1d2 100644
--- a/user-guide/deployment/docker-compose.html
+++ b/user-guide/deployment/docker-compose.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -279,7 +279,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/docker-compose.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/docker-compose.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -321,28 +321,28 @@
<p>Docker Compose is a convenient way to launch a cluster when testing
locally.</p>
<section id="build-docker-images">
<h2>Build Docker Images<a class="headerlink" href="#build-docker-images"
title="Link to this heading">¶</a></h2>
-<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone">official
Docker image</a>:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone">official
Docker image</a>:</p>
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
</pre></div>
</div>
<p>Altenatively run the following commands to clone the source repository and
build the Docker images from source:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/arrow-ballista.git<span class="w">
</span>-b<span class="w"> </span><span class="m">0</span>.12.0
-<span class="nb">cd</span><span class="w"> </span>arrow-ballista
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/datafusion-ballista.git<span
class="w"> </span>-b<span class="w"> </span><span class="m">0</span>.12.0
+<span class="nb">cd</span><span class="w"> </span>datafusion-ballista
./dev/build-ballista-docker.sh
</pre></div>
</div>
<p>This will create the following images:</p>
<ul class="simple">
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-benchmarks:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-cli:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-executor:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-scheduler:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-standalone:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-benchmarks:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-cli:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-executor:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-scheduler:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-standalone:0.12.0</span></code></p></li>
</ul>
</section>
<section id="start-a-cluster">
<h2>Start a Cluster<a class="headerlink" href="#start-a-cluster" title="Link
to this heading">¶</a></h2>
-<p>Using the <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/docker-compose.yml">docker-compose.yml</a>
from the
+<p>Using the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/docker-compose.yml">docker-compose.yml</a>
from the
source repository, run the following command to start a cluster:</p>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker-compose<span class="w">
</span>up<span class="w"> </span>--build
</pre></div>
@@ -366,7 +366,7 @@ ballista-executor_1<span class="w"> </span><span
class="p">|</span><span class
</section>
<section id="connect-from-the-ballista-cli">
<h2>Connect from the Ballista CLI<a class="headerlink"
href="#connect-from-the-ballista-cli" title="Link to this heading">¶</a></h2>
-<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span>-it<span class="w"> </span>apache/arrow-ballista-cli:0.12.0<span
class="w"> </span>--host<span class="w"> </span>localhost<span class="w">
</span>--port<span class="w"> </span><span class="m">50050</span>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span>-it<span class="w"> </span>apache/datafusion-ballista-cli:0.12.0<span
class="w"> </span>--host<span class="w"> </span>localhost<span class="w">
</span>--port<span class="w"> </span><span class="m">50050</span>
</pre></div>
</div>
</section>
diff --git a/user-guide/deployment/docker.html
b/user-guide/deployment/docker.html
index 1b6d5584..af77fb74 100644
--- a/user-guide/deployment/docker.html
+++ b/user-guide/deployment/docker.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -296,7 +296,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/docker.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/docker.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -337,23 +337,23 @@
<h1>Starting a Ballista Cluster using Docker<a class="headerlink"
href="#starting-a-ballista-cluster-using-docker" title="Link to this
heading">¶</a></h1>
<section id="build-docker-images">
<h2>Build Docker Images<a class="headerlink" href="#build-docker-images"
title="Link to this heading">¶</a></h2>
-<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone">official
Docker image</a>:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone">official
Docker image</a>:</p>
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
</pre></div>
</div>
<p>Altenatively run the following commands to clone the source repository and
build the Docker images from source:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/arrow-ballista.git<span class="w">
</span>-b<span class="w"> </span><span class="m">0</span>.12.0
-<span class="nb">cd</span><span class="w"> </span>arrow-ballista
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/datafusion-ballista.git<span
class="w"> </span>-b<span class="w"> </span><span class="m">0</span>.12.0
+<span class="nb">cd</span><span class="w"> </span>datafusion-ballista
./dev/build-ballista-docker.sh
</pre></div>
</div>
<p>This will create the following images:</p>
<ul class="simple">
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-benchmarks:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-cli:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-executor:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-scheduler:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-standalone:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-benchmarks:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-cli:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-executor:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-scheduler:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-standalone:0.12.0</span></code></p></li>
</ul>
</section>
<section id="start-a-cluster">
@@ -362,14 +362,14 @@
<h3>Start a Scheduler<a class="headerlink" href="#start-a-scheduler"
title="Link to this heading">¶</a></h3>
<p>Start a scheduler using the following syntax:</p>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span><span class="se">\</span>
-<span class="w"> </span>-d<span class="w">
</span>apache/arrow-ballista-scheduler:0.12.0<span class="w"> </span><span
class="se">\</span>
+<span class="w"> </span>-d<span class="w">
</span>apache/datafusion-ballista-scheduler:0.12.0<span class="w"> </span><span
class="se">\</span>
<span class="w"> </span>--bind-port<span class="w"> </span><span
class="m">50050</span>
</pre></div>
</div>
<p>Run <code class="docutils literal notranslate"><span
class="pre">docker</span> <span class="pre">ps</span></code> to check that the
process is running:</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span>$ docker ps
CONTAINER ID IMAGE COMMAND
CREATED STATUS PORTS NAMES
-a756055576f3 apache/arrow-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
+a756055576f3 apache/datafusion-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
</pre></div>
</div>
<p>Run <code class="docutils literal notranslate"><span
class="pre">docker</span> <span class="pre">logs</span> <span
class="pre">CONTAINER_ID</span></code> to check the output from the process:</p>
@@ -390,15 +390,15 @@ nginx: [warn] duplicate value "non_idempotent"
in /etc/nginx/sites-ena
<h3>Start Executors<a class="headerlink" href="#start-executors" title="Link
to this heading">¶</a></h3>
<p>Start one or more executor processes. Each executor process will need to
listen on a different port.</p>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span><span class="se">\</span>
-<span class="w"> </span>-d<span class="w">
</span>apache/arrow-ballista-executor:0.12.0<span class="w"> </span><span
class="se">\</span>
+<span class="w"> </span>-d<span class="w">
</span>apache/datafusion-ballista-executor:0.12.0<span class="w"> </span><span
class="se">\</span>
<span class="w"> </span>--external-host<span class="w"> </span>localhost<span
class="w"> </span>--bind-port<span class="w"> </span><span
class="m">50051</span>
</pre></div>
</div>
<p>Use <code class="docutils literal notranslate"><span
class="pre">docker</span> <span class="pre">ps</span></code> to check that both
the scheduler and executor(s) are now running:</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span>$ docker ps
CONTAINER ID IMAGE COMMAND
CREATED STATUS PORTS NAMES
-fb8b530cee6d apache/arrow-ballista-executor:0.12.0
"/root/executor-entr…" 2 seconds ago Up 1 second
gallant_galois
-a756055576f3 apache/arrow-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
+fb8b530cee6d apache/datafusion-ballista-executor:0.12.0
"/root/executor-entr…" 2 seconds ago Up 1 second
gallant_galois
+a756055576f3 apache/datafusion-ballista-scheduler:0.12.0
"/root/scheduler-ent…" 8 seconds ago Up 8 seconds
xenodochial_carson
</pre></div>
</div>
<p>Use <code class="docutils literal notranslate"><span
class="pre">docker</span> <span class="pre">logs</span> <span
class="pre">CONTAINER_ID</span></code> to check the output from the
executor(s):</p>
@@ -417,7 +417,7 @@ a756055576f3 apache/arrow-ballista-scheduler:0.12.0
"/root/scheduler-en
<p>Ballista can optionally use <a class="reference external"
href="https://etcd.io/">etcd</a> as a backing store for the scheduler. Use the
following commands
to launch the scheduler with this option enabled.</p>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span><span class="se">\</span>
-<span class="w"> </span>-d<span class="w">
</span>apache/arrow-ballista-scheduler:0.12.0<span class="w"> </span><span
class="se">\</span>
+<span class="w"> </span>-d<span class="w">
</span>apache/datafusion-ballista-scheduler:0.12.0<span class="w"> </span><span
class="se">\</span>
<span class="w"> </span>--bind-port<span class="w"> </span><span
class="m">50050</span><span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--config-backend<span class="w"> </span>etcd<span
class="w"> </span><span class="se">\</span>
<span class="w"> </span>--etcd-urls<span class="w"> </span>etcd:2379
@@ -429,7 +429,7 @@ recommended.</p>
</section>
<section id="connect-from-the-cli">
<h2>Connect from the CLI<a class="headerlink" href="#connect-from-the-cli"
title="Link to this heading">¶</a></h2>
-<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span>-it<span class="w"> </span>apache/arrow-ballista-cli:0.12.0<span
class="w"> </span>--host<span class="w"> </span>localhost<span class="w">
</span>--port<span class="w"> </span><span class="m">50050</span>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>--network<span class="o">=</span>host<span class="w">
</span>-it<span class="w"> </span>apache/datafusion-ballista-cli:0.12.0<span
class="w"> </span>--host<span class="w"> </span>localhost<span class="w">
</span>--port<span class="w"> </span><span class="m">50050</span>
</pre></div>
</div>
</section>
diff --git a/user-guide/deployment/index.html b/user-guide/deployment/index.html
index 6097d62b..fb1d7bd8 100644
--- a/user-guide/deployment/index.html
+++ b/user-guide/deployment/index.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -259,7 +259,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/index.rst">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/index.rst">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/deployment/kubernetes.html
b/user-guide/deployment/kubernetes.html
index 54b30578..a4129913 100644
--- a/user-guide/deployment/kubernetes.html
+++ b/user-guide/deployment/kubernetes.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -304,7 +304,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/kubernetes.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/kubernetes.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -363,32 +363,32 @@ must be enabled using the following command.</p>
</section>
<section id="build-docker-images">
<h2>Build Docker Images<a class="headerlink" href="#build-docker-images"
title="Link to this heading">¶</a></h2>
-<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone">official
Docker image</a>:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+<p>Run the following commands to download the <a class="reference external"
href="https://github.com/apache/datafusion-ballista/pkgs/container/datafusion-ballista-standalone">official
Docker image</a>:</p>
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>pull<span
class="w"> </span>ghcr.io/apache/datafusion-ballista-standalone:0.12.0-rc4
</pre></div>
</div>
<p>Altenatively run the following commands to clone the source repository and
build the Docker images from source:</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/arrow-ballista.git<span class="w">
</span>-b<span class="w"> </span><span class="m">0</span>.12.0
-<span class="nb">cd</span><span class="w"> </span>arrow-ballista
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>[email protected]:apache/datafusion-ballista.git<span
class="w"> </span>-b<span class="w"> </span><span class="m">0</span>.12.0
+<span class="nb">cd</span><span class="w"> </span>datafusion-ballista
./dev/build-ballista-docker.sh
</pre></div>
</div>
<p>This will create the following images:</p>
<ul class="simple">
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-benchmarks:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-cli:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-executor:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-scheduler:0.12.0</span></code></p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">apache/arrow-ballista-standalone:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-benchmarks:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-cli:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-executor:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-scheduler:0.12.0</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span
class="pre">apache/datafusion-ballista-standalone:0.12.0</span></code></p></li>
</ul>
</section>
<section id="publishing-docker-images">
<h2>Publishing Docker Images<a class="headerlink"
href="#publishing-docker-images" title="Link to this heading">¶</a></h2>
<p>Once the images have been built, you can retag them and can push them to
your favourite Docker registry.</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>tag<span
class="w"> </span>apache/arrow-ballista-scheduler:0.12.0<span class="w">
</span><your-repo>/arrow-ballista-scheduler:0.12.0
-docker<span class="w"> </span>tag<span class="w">
</span>apache/arrow-ballista-executor:0.12.0<span class="w">
</span><your-repo>/arrow-ballista-executor:0.12.0
-docker<span class="w"> </span>push<span class="w">
</span><your-repo>/arrow-ballista-scheduler:0.12.0
-docker<span class="w"> </span>push<span class="w">
</span><your-repo>/arrow-ballista-executor:0.12.0
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>tag<span
class="w"> </span>apache/datafusion-ballista-scheduler:0.12.0<span class="w">
</span><your-repo>/datafusion-ballista-scheduler:0.12.0
+docker<span class="w"> </span>tag<span class="w">
</span>apache/datafusion-ballista-executor:0.12.0<span class="w">
</span><your-repo>/datafusion-ballista-executor:0.12.0
+docker<span class="w"> </span>push<span class="w">
</span><your-repo>/datafusion-ballista-scheduler:0.12.0
+docker<span class="w"> </span>push<span class="w">
</span><your-repo>/datafusion-ballista-executor:0.12.0
</pre></div>
</div>
</section>
@@ -470,7 +470,7 @@ persistentvolumeclaim/data-pv-claim<span class="w">
</span>created
<span class="w"> </span><span class="nt">spec</span><span class="p">:</span>
<span class="w"> </span><span class="nt">containers</span><span
class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span
class="w"> </span><span class="nt">name</span><span class="p">:</span><span
class="w"> </span><span class="l l-Scalar
l-Scalar-Plain">ballista-scheduler</span>
-<span class="w"> </span><span class="nt">image</span><span
class="p">:</span><span class="w"> </span><span class="l l-Scalar
l-Scalar-Plain"><your-repo>/arrow-ballista-scheduler:0.12.0</span>
+<span class="w"> </span><span class="nt">image</span><span
class="p">:</span><span class="w"> </span><span class="l l-Scalar
l-Scalar-Plain"><your-repo>/datafusion-ballista-scheduler:0.12.0</span>
<span class="w"> </span><span class="nt">args</span><span
class="p">:</span><span class="w"> </span><span class="p
p-Indicator">[</span><span class="s">"--bind-port=50050"</span><span
class="p p-Indicator">]</span>
<span class="w"> </span><span class="nt">ports</span><span
class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span
class="w"> </span><span class="nt">containerPort</span><span
class="p">:</span><span class="w"> </span><span class="l l-Scalar
l-Scalar-Plain">50050</span>
@@ -502,7 +502,7 @@ persistentvolumeclaim/data-pv-claim<span class="w">
</span>created
<span class="w"> </span><span class="nt">spec</span><span class="p">:</span>
<span class="w"> </span><span class="nt">containers</span><span
class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span
class="w"> </span><span class="nt">name</span><span class="p">:</span><span
class="w"> </span><span class="l l-Scalar
l-Scalar-Plain">ballista-executor</span>
-<span class="w"> </span><span class="nt">image</span><span
class="p">:</span><span class="w"> </span><span class="l l-Scalar
l-Scalar-Plain"><your-repo>/arrow-ballista-executor:0.12.0</span>
+<span class="w"> </span><span class="nt">image</span><span
class="p">:</span><span class="w"> </span><span class="l l-Scalar
l-Scalar-Plain"><your-repo>/datafusion-ballista-executor:0.12.0</span>
<span class="w"> </span><span class="nt">args</span><span
class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span
class="w"> </span><span class="s">"--bind-port=50051"</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span
class="w"> </span><span
class="s">"--scheduler-host=ballista-scheduler"</span>
diff --git a/user-guide/deployment/quick-start.html
b/user-guide/deployment/quick-start.html
index 835fb24e..ce7eb362 100644
--- a/user-guide/deployment/quick-start.html
+++ b/user-guide/deployment/quick-start.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -303,7 +303,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/deployment/quick-start.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/deployment/quick-start.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 5e7a3d0c..19f5ff66 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -269,7 +269,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/faq.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/faq.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/flightsql.html b/user-guide/flightsql.html
index ee377c89..1222c323 100644
--- a/user-guide/flightsql.html
+++ b/user-guide/flightsql.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -323,7 +323,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/flightsql.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/flightsql.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -396,7 +396,7 @@ sudo<span class="w"> </span>apt-get<span class="w">
</span>install<span class="w
</section>
<section id="run-docker-container">
<h2><a name="docker"/> Run Docker Container<a class="headerlink"
href="#run-docker-container" title="Link to this heading">¶</a></h2>
-<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>-p<span class="w"> </span><span
class="m">50050</span>:50050<span class="w"> </span>--rm<span class="w">
</span>ghcr.io/apache/arrow-ballista-standalone:0.10.0
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>docker<span class="w"> </span>run<span
class="w"> </span>-p<span class="w"> </span><span
class="m">50050</span>:50050<span class="w"> </span>--rm<span class="w">
</span>ghcr.io/apache/datafusion-ballista-standalone:0.10.0
</pre></div>
</div>
</section>
@@ -441,7 +441,7 @@ from Maven Central.</p>
</section>
<section id="run-a-hello-world-query">
<h2><a name="hello"/>Run a “Hello, World!” Query<a class="headerlink"
href="#run-a-hello-world-query" title="Link to this heading">¶</a></h2>
-<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="k">select</span><span
class="w"> </span><span class="s1">'Hello from Arrow
Ballista!'</span><span class="w"> </span><span class="k">as</span><span
class="w"> </span><span class="n">greeting</span><span class="p">;</span>
+<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="k">select</span><span
class="w"> </span><span class="s1">'Hello from DataFusion
Ballista!'</span><span class="w"> </span><span class="k">as</span><span
class="w"> </span><span class="n">greeting</span><span class="p">;</span>
</pre></div>
</div>
</section>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index f04a989b..b6b3b38f 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -269,7 +269,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/introduction.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/introduction.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -308,7 +308,7 @@
-->
<section id="overview">
<h1>Overview<a class="headerlink" href="#overview" title="Link to this
heading">¶</a></h1>
-<p>Ballista is a distributed compute platform primarily implemented in Rust,
and powered by Apache Arrow.</p>
+<p>Ballista is a distributed compute platform primarily implemented in Rust,
and powered by Apache DataFusion.</p>
<p>Ballista has a scheduler and an executor process that are standard Rust
executables and can be executed directly, but
Dockerfiles are provided to build images for use in containerized
environments, such as Docker, Docker Compose, and
Kubernetes. See the <a class="reference internal" href="#deployment.md"><span
class="xref myst">deployment guide</span></a> for more information</p>
diff --git a/user-guide/metrics.html b/user-guide/metrics.html
index 6e93eca3..d298eb6a 100644
--- a/user-guide/metrics.html
+++ b/user-guide/metrics.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -269,7 +269,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/metrics.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/metrics.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/python.html b/user-guide/python.html
index 056a7703..cfca4c68 100644
--- a/user-guide/python.html
+++ b/user-guide/python.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -311,7 +311,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/python.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/python.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -457,7 +457,7 @@ COUNT(UInt8(1)): int64]
<section id="user-defined-functions">
<h2>User Defined Functions<a class="headerlink" href="#user-defined-functions"
title="Link to this heading">¶</a></h2>
<p>The underlying DataFusion query engine supports Python UDFs but this
functionality has not yet been implemented in
-Ballista. It is planned for a future release. The tracking issue is <a
class="reference external"
href="https://github.com/apache/arrow-ballista/issues/173">#173</a>.</p>
+Ballista. It is planned for a future release. The tracking issue is <a
class="reference external"
href="https://github.com/apache/datafusion-ballista/issues/173">#173</a>.</p>
</section>
</section>
diff --git a/user-guide/rust.html b/user-guide/rust.html
index ec301d2a..0fbff01a 100644
--- a/user-guide/rust.html
+++ b/user-guide/rust.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -259,7 +259,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/rust.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/rust.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
diff --git a/user-guide/scheduler.html b/user-guide/scheduler.html
index b9e29725..b8751431 100644
--- a/user-guide/scheduler.html
+++ b/user-guide/scheduler.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -274,7 +274,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/scheduler.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/scheduler.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -315,7 +315,7 @@
<h1>Ballista Scheduler<a class="headerlink" href="#ballista-scheduler"
title="Link to this heading">¶</a></h1>
<section id="web-user-interface">
<h2>Web User Interface<a class="headerlink" href="#web-user-interface"
title="Link to this heading">¶</a></h2>
-<p>The scheduler provides a web user interface that allows queries to be
monitored. Details on how to start the ui is present <a class="reference
external"
href="https://github.com/apache/arrow-ballista/tree/main/ballista/scheduler/ui">here</a></p>
+<p>The scheduler provides a web user interface that allows queries to be
monitored. Details on how to start the ui is present <a class="reference
external"
href="https://github.com/apache/datafusion-ballista/tree/main/ballista/scheduler/ui">here</a></p>
<p><img alt="Ballista Scheduler Web UI" src="../_images/ballista-web-ui.png"
/></p>
</section>
<section id="rest-api">
diff --git a/user-guide/tuning-guide.html b/user-guide/tuning-guide.html
index 55b2e9b5..810fce49 100644
--- a/user-guide/tuning-guide.html
+++ b/user-guide/tuning-guide.html
@@ -205,7 +205,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/">
Source code
</a>
</li>
@@ -222,12 +222,12 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/issues">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/issues">
Issue tracker
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-ballista/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion-ballista/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -284,7 +284,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-ballista/edit/main/docs/source/user-guide/tuning-guide.md">
+ <a
href="https://github.com/apache/datafusion-ballista/edit/main/docs/source/user-guide/tuning-guide.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]