[CELEBORN-140][FOLLOWUP] quota.yaml file not support default value -1 now (#1088)
This commit is contained in:
parent
f236b0bb14
commit
a341ccb22c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user