Cargo Features

Ballista has no features set by default.

[dependencies]
ballista = { version = "0.12.0", features = ["azure", "hdfs", "hdfs3", "s3", "standalone"] }
azure

Enables azure of ballista-core

hdfs

Enables hdfs of ballista-core

ballista-core:

Used to enable hdfs to be registered in the ObjectStoreRegistry by default

hdfs3

Enables hdfs3 of ballista-core

s3

Enables s3 of ballista-core

standalone = ballista-executor, ballista-scheduler

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ballista-executor standalone?
ballista-scheduler standalone?