This is an automated email from the ASF dual-hosted git repository.

angerszhuuuu pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.2 by this push:
     new f6b3434e [CELEBORN-140][FOLLOWUP] quota.yaml file not support default 
value -1 now (#1088)
f6b3434e is described below

commit f6b3434e8be4efa649894dfbd37406e1a3e61492
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

Reply via email to