Skip to content

Instantly share code, notes, and snippets.

@JosephKang
Created July 18, 2020 01:44
Show Gist options
  • Save JosephKang/960c1fb633ff8141c67e7918cfe63340 to your computer and use it in GitHub Desktop.
Save JosephKang/960c1fb633ff8141c67e7918cfe63340 to your computer and use it in GitHub Desktop.
hive-config
hivedscheduler:
config: |
physicalCluster:
skuTypes:
DT:
gpu: 1
cpu: 3
memory: 90507Mi
CPU:
cpu: 2
memory: 20000Mi
cellTypes:
DT-NODE:
childCellType: DT
childCellNumber: 2
isNodeLevel: true
DT-NODE-POOL:
childCellType: DT-NODE
childCellNumber: 2
CPU-NODE:
childCellType: CPU
childCellNumber: 3
isNodeLevel: true
CPU-NODE-POOL:
childCellType: CPU-NODE
childCellNumber: 1
physicalCells:
- cellType: DT-NODE-POOL
cellChildren:
- cellAddress: workergpu1v1t1
- cellAddress: workergpu2v1t1
- cellType: CPU-NODE-POOL
cellChildren:
- cellAddress: workercpu1v1t1
virtualClusters:
default:
virtualCells:
- cellType: DT-NODE-POOL.DT-NODE
cellNumber: 2
cpu:
virtualCells:
- cellType: CPU-NODE-POOL.CPU-NODE
cellNumber: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment