This is an automated email from the ASF dual-hosted git repository.
angerszhuuuu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new a341ccb2 [CELEBORN-140][FOLLOWUP] quota.yaml file not support default
value -1 now (#1088)
a341ccb2 is described below
commit a341ccb22cbf95fdfd4648f97631789334b41fe7
Author: Angerszhuuuu <[email protected]>
AuthorDate: Thu Dec 15 10:59:02 2022 +0800
[CELEBORN-140][FOLLOWUP] quota.yaml file not support default value -1 now
(#1088)
---
conf/quota.yaml.template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/conf/quota.yaml.template b/conf/quota.yaml.template
index 45d2cdc3..8cd129ef 100644
--- a/conf/quota.yaml.template
+++ b/conf/quota.yaml.template
@@ -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