Hi, Your question is not very clear. So, I am answering whatever I understand.
1. You don't want Router to manage Quotas? Ans: Then you can use this config: dfs.federation.router.quota.enable and set it to false 2. You have default NS as Router but you want to set Quota individually to NS? Ans. Then use generic options in DFSAdmin 3. You want to set Quota on /path & it should set quota on NS1 /somePath & NS2 /somePath at same time? Ans. You should explore mount entries with multiple destinations(MultipleDestinationMountTableResolver), RBF supports that, so if a path resolves to multiple destinations in different NS, it would set the same quota on all the target destinations. if it is a mount entry you need to go via DfsRouterAdmin else normal DfsAdmin should do... -Ayush On Fri, 12 Jan 2024 at 12:16, 尉雁磊 <yuyan...@qianxin.com> wrote: > > Hello everyone, our cluster recently deployed router federation, because the > upper layer custom component depends on the way to set quotas and get quotas > without the router, so it does not want to set quotas through the router. > After my test, hdfs dfadmin-setspacequota /path cannot be executed through > the router. I want to execute hdfs DFadmin-setspacequota /path through the > router at the same time in two clusters, which can achieve the desired > effect. This is the least change for us. Do you support the way I said > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@hadoop.apache.org For additional commands, e-mail: user-h...@hadoop.apache.org