Documentation
ODP 3.3.6.4-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Configure Storage
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Local Disk Storage
Bash
xxxxxxxxxx# Multiple disks with disk type annotation celeborn.worker.storage.dirs=/mnt/nvme1:disktype=SSD,/mnt/nvme2:disktype=SSD,/mnt/hdd1:disktype=HDDceleborn.storage.availableTypes=SSD,HDDHDFS Storage
The Real-World Use Case for HDFS in Celeborn
HDFS storage in Celeborn is designed for:
- Disk exhaustion fallback - When local disk is full, new files go to HDFS
- Not for primary tiered storage - The current architecture doesn't support MEMORY → HDFS eviction when local disk is available
Bash
xxxxxxxxxxceleborn.storage.availableTypes=HDFS celeborn.storage.hdfs.dir=hdfs://namenode:8020/celeborn # Kerberos authentication for HDFS celeborn.storage.hdfs.kerberos.principal=celeborn/_HOST@REALMceleborn.storage.hdfs.kerberos.keytab=/etc/security/keytabs/celeborn.keytab # HDFS performance tuning (buffer must be >= 4 MB) celeborn.worker.flusher.hdfs.buffer.size=4mceleborn.worker.sortPartition.threads=64celeborn.worker.commitFiles.threads=128celeborn.rpc.askTimeout=240sS3 / Object Storage
Bash
xxxxxxxxxxceleborn.storage.availableTypes=S3celeborn.storage.s3.dir=s3a://bucket-name/celebornceleborn.storage.s3.endpoint.region=us-east-1 # S3 performance (larger buffer recommended)celeborn.worker.flusher.s3.buffer.size=6mceleborn.worker.flusher.s3.threads=8For S3-compatible storage (Ceph, VAST, MinIO), configure the S3A endpoint in Hadoop core-site.xml:
Bash
xxxxxxxxxx<property> <name>fs.s3a.endpoint</name> <value>http://your-s3-endpoint:port</value> </property> <property> <name>fs.s3a.path.style.access</name> <value>true</value> </property>Tiered Storage
Configure eviction policies for hybrid SSD-to-HDFS tiering:
Bash
xxxxxxxxxxceleborn.storage.availableTypes=SSD,HDFS celeborn.worker.storage.storagePolicy.createFilePolicy=SSD,HDFS celeborn.worker.storage.storagePolicy.evictPolicy=SSD|HDFSType to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on May 12, 2026
Was this page helpful?
Next to read:
Quota Managementnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message