You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "EdColeman (via GitHub)" <gi...@apache.org> on 2023/05/23 20:58:29 UTC

[GitHub] [accumulo] EdColeman opened a new issue, #3423: Provide a way to modify property values without a running cluster

EdColeman opened a new issue, #3423:
URL: https://github.com/apache/accumulo/issues/3423

   When the properties changed from being stored individually on ZooKeeper nodes to a single node in a compressed blob, the ability to modify properties without a cluster is no longer available.  Something similar to the `zoo-info-viewer` should be provided that can be used to change property values with only ZooKeeper running.
   
   The tool should provide a text output similar to `zoo-info-viewer` that can be edited and then re-imported.
   
   Alternative:
   
   The shell config command will currently not work without a tserver - if the shell can be modified to use a manager, then it may be sufficient to use the shell with ZooKeeper and a manager running.


-- 
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-unsubscribe@accumulo.apache.org.apache.org

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


[GitHub] [accumulo] EdColeman commented on issue #3423: Provide a way to modify property values without a running cluster

Posted by "EdColeman (via GitHub)" <gi...@apache.org>.
EdColeman commented on issue #3423:
URL: https://github.com/apache/accumulo/issues/3423#issuecomment-1581650990

   Can be closed with #3445 


-- 
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-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] dlmarion commented on issue #3423: Provide a way to modify property values without a running cluster

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on issue #3423:
URL: https://github.com/apache/accumulo/issues/3423#issuecomment-1560993501

   > The tool should provide a text output similar to zoo-info-viewer that can be edited and then re-imported.
   
   Alternatively, you could use the same `-s` syntax that the Shell uses instead of parsing text input.
   
   `ManagerClientServiceHandler.set(Table|Namespace|System)Property` all end up calling `PropUtil.(set|remove)Properties()`. PropUtil is already in server-base along with the other utilities. As a quicker solution, we could:
   
     1. Modify PropUtil to implement `KeywordExecutable` and maybe give it a better name in `keyword()`
     2. Implement `execute()` to do the same argument parsing that `ConfigCommand` uses and call the appropriate PropUtil method.


-- 
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-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] dlmarion commented on issue #3423: Provide a way to modify property values without a running cluster

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on issue #3423:
URL: https://github.com/apache/accumulo/issues/3423#issuecomment-1570394175

   This will basically be impossible if #3433 is implemented.


-- 
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-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii closed issue #3423: Provide a way to modify property values without a running cluster

Posted by "ctubbsii (via GitHub)" <gi...@apache.org>.
ctubbsii closed issue #3423: Provide a way to modify property values without a running cluster
URL: https://github.com/apache/accumulo/issues/3423


-- 
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-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii commented on issue #3423: Provide a way to modify property values without a running cluster

Posted by "ctubbsii (via GitHub)" <gi...@apache.org>.
ctubbsii commented on issue #3423:
URL: https://github.com/apache/accumulo/issues/3423#issuecomment-1560152395

   `zoo-info-editor`? Or rename `zoo-info-viewer` to `zoo-info-tool`?


-- 
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-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii commented on issue #3423: Provide a way to modify property values without a running cluster

Posted by "ctubbsii (via GitHub)" <gi...@apache.org>.
ctubbsii commented on issue #3423:
URL: https://github.com/apache/accumulo/issues/3423#issuecomment-1572945261

   > This will basically be impossible to do in the Shell if #3433 is implemented.
   
   No. The idea here was to have a separate server-side admin utility for this, not to implement it in the shell, which is intended as a client-side utility that uses our public API.


-- 
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-unsubscribe@accumulo.apache.org

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