[CELEBORN-140][FOLLOWUP] quota.yaml file not support default value -1 now (#1088)

This commit is contained in:
Angerszhuuuu 2022-12-15 10:59:02 +08:00 committed by GitHub
parent f236b0bb14
commit a341ccb22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,15 +18,15 @@
- tenantId: AAA
name: Tom
quota:
diskBytesWritten: 10000
diskBytesWritten: 100m
diskFileCount: 200
hdfsBytesWritten: -1
hdfsFileCount: -1
hdfsBytesWritten: 200m
hdfsFileCount: 100
- tenantId: BBB
name: Jerry
quota:
diskBytesWritten: -1
diskFileCount: -1
hdfsBytesWritten: 10000
diskBytesWritten: 1G
diskFileCount: 1000
hdfsBytesWritten: 3G
hdfsFileCount: 200