dlmarion commented on PR #5749:
URL: https://github.com/apache/accumulo/pull/5749#issuecomment-3137692252

   > > There's some oddness with the resource group property views but overall 
it just needs some tweaking.
   > 
   > Looking at ConfigCommand, I think this is an existing problem with 
namespaces and tables too. My guess is that if you define a custom property at 
the namespace or table level, but not at system, then it won't display.
   
   And, I'm wrong again. You can't set `general.custom` at the namespace or 
table level, so this problem doesn't exist.
   
   ```
   root@accumulo214> createnamespace test
   root@accumulo214> config -f general.custom.fake
   
-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------
   SCOPE      | NAME    | VALUE
   
-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------
   
-----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------
   root@accumulo214> config -ns test -s general.custom.fake=foo
   2025-07-30T20:14:40,989 [shell.Shell] ERROR: 
org.apache.accumulo.core.util.BadArgumentException: Invalid per-table property. 
near index 19
   config -ns test -s general.custom.fake=foo
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to