← ClaudeAtlas

exasol-bucketfslisted

Exasol BucketFS file system management via the `exapump bucketfs` CLI. Covers listing, uploading, downloading, and deleting files and directories in BucketFS, the `bfsdefault` service and other bucket services, bucket structure, `bfs_*` profile settings, the `/buckets/<service>/<bucket>/<path>` UDF path, and staging JARs, models, and Script Language Containers for UDFs.
exasol-labs/exasol-agent-skills · ★ 10 · AI & Automation · score 70
Install: claude install-skill exasol-labs/exasol-agent-skills
# Exasol BucketFS Skill BucketFS is Exasol's synchronous distributed file system: whatever is written to a bucket is replicated to every cluster node and mounted read-only inside UDFs at `/buckets/<service>/<bucket>/<path>`. Replication takes time, and recognised archives are extracted on top of it, so a fresh upload becomes usable only once synchronisation finishes. This skill covers moving files in and out of BucketFS and referencing them from scripts. ## Routing Algorithm Choose the narrowest matching route. If several apply, load all matching references before answering. 1. **Run a BucketFS operation** — list, upload, download, delete, or configure the connection - Trigger phrases: `exapump bucketfs`, `ls`, `cp`, `rm`, `upload`, `download`, `delete`, `--bfs-host`, `--bfs-bucket`, `bfs_write_password`, `config.toml`, `exapump profile add` - Load: `references/exapump-bucketfs-cli.md` 2. **Stage a file for a UDF or SLC** — JARs, pickled models, containers, and the SQL that points at them - Trigger phrases: `upload jar`, `%jar`, `upload model`, `load model in UDF`, `upload SLC`, `activate container` - Load: `references/bucketfs-udf-usage.md` 3. **Understand BucketFS itself** — services, buckets, path forms, replication, durability - Trigger phrases: `what is BucketFS`, `bfsdefault`, `service`, `bucket structure`, `replication`, `backup`, `atomic write`, `size limit` - Load: `references/bucketfs-concepts.md` An upload for a UDF usually needs routes 1 a