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?
Worker Tags
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Worker tags allow fine-grained routing of shuffle jobs to specific worker subsets. Common use cases include:
Resource Isolation: Dedicate workers to specific tenants or applications
Hardware Segmentation: Route jobs to SSD-equipped nodes vs. HDD nodes
Environment Separation: Separate production and staging worker pools
Rolling Upgrades: Tag workers by version for controlled, safe upgrades
Enable Worker Tags
celeborn.tags.enabled=true
Tag Expression Syntax
# AND condition: all tags must match
env=production,region=us-east,high-io
# Advanced TagsQL mode
celeborn.tags.useTagsQL=true
env:production region:{us-east,us-west} env:!sandbox
dynamicConfig.yaml — Tag Example
- level: SYSTEM
config:
celeborn.tags.preferClientTagsExpr: false
celeborn.tags.tagsExpr: 'env=production'
tags:
env=production:
- 'worker1:9094'
- 'worker2:9094'
env=staging:
- 'worker3:9094'
high-io:
- 'worker1:9094'
- tenantId: analytics
level: TENANT
config:
celeborn.tags.tagsExpr: 'env=production,high-io'
Last updated on Apr 23, 2026
Was this page helpful?
Next to read:
Monitoring and Metricsnull
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