Skip to content

Commit

Permalink
remove python crate
Browse files Browse the repository at this point in the history
relates to: apache#1066 & apache#1067
  • Loading branch information
milenkovicm committed Oct 12, 2024
1 parent 2f223db commit 738d4ce
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1,086 deletions.
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ This section describes how you can get started with Ballista development.
Ballista contains components implemented in the following programming languages:

- Rust (Scheduler and Executor processes, Client library)
- Python (Python bindings)
- Javascript (Scheduler Web UI)

### Rust Environment
Expand Down Expand Up @@ -91,10 +90,6 @@ Environment variables are prefixed by `BALLISTA_EXECUTOR` or `BALLISTA_SCHEDULER
respectively. Hyphens in command line arguments become underscores. For example, the `--scheduler-host` argument
for the executor becomes `BALLISTA_EXECUTOR_SCHEDULER_HOST`

### Python Environment

Refer to the instructions in the Python Bindings [README](./python/README.md)

### Javascript Environment

Refer to the instructions in the Scheduler Web UI [README](./ballista/scheduler/ui/README.md)
Expand All @@ -121,5 +116,5 @@ $ prettier --version
After you've confirmed your prettier version, you can format all the `.md` files:

```bash
prettier -w README.md {ballista,ballista-cli,benchmarks,dev,docs,examples,python}/**/*.md
prettier -w README.md {ballista,ballista-cli,benchmarks,dev,docs,examples}/**/*.md
```
2 changes: 1 addition & 1 deletion ballista-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clap = { workspace = true }
datafusion = { workspace = true }
datafusion-cli = { workspace = true }
dirs = "5.0.1"
env_logger = "0.10"
env_logger = "0.11"
mimalloc = { version = "0.1", default-features = false }
num_cpus = "1.13.0"
rustyline = "11.0.0"
Expand Down
138 changes: 0 additions & 138 deletions docs/source/user-guide/python.md

This file was deleted.

11 changes: 0 additions & 11 deletions python/.cargo/config.toml

This file was deleted.

2 changes: 0 additions & 2 deletions python/.gitignore

This file was deleted.

48 changes: 0 additions & 48 deletions python/Cargo.toml

This file was deleted.

Loading

0 comments on commit 738d4ce

Please sign in to comment.