milleruntime opened a new issue #2105:
URL: https://github.com/apache/accumulo/issues/2105
Setting properties that take JSON as a value in the Shell is cumbersome. It
took me several tries to finally figure out that the entire option passed to
the "-s" parameter needs to be in quotes. For example, if i want to change a
value in the compaction property
`tserver.compaction.major.service.meta.planner.opts.executors`, I have to
enter the entire string and modify the value I want to change:
<pre>
root@uno testTable> config -s
"tserver.compaction.major.service.meta.planner.opts.executors=[{'name':'small','maxSize':'32M','numThreads':2},{'name':'huge','numThreads':3}]"
</pre>
Perhaps we could have a separate utility for setting compaction properties
and print a message to use this utility instead. Or may add a new "-json"
parameter that is more user friendly.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]