milleruntime opened a new issue #1977:
URL: https://github.com/apache/accumulo/issues/1977
**Describe the bug**
Setting a table config property using "-t" while in the table context
silently fails.
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: 2.1
**To Reproduce**
Steps to reproduce the behavior (or a link to an example repository that
reproduces the problem):
1. In the shell, enter a table context with the command: "table <name>"
2. Try to set a property using "-t"
3. Look for the property to be set
<pre>
root@uno nofoo> config -t nofoo -s table.classpath.context=cx1
root@uno nofoo> config -f classpath
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
SCOPE | NAME | VALUE
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
default | table.classpath.context ............ |
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
root@uno nofoo> config -s table.classpath.context=cx1
root@uno nofoo> config -f classpath
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
SCOPE | NAME | VALUE
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
default | table.classpath.context ............ |
system | @override ....................... | cx1
-----------+--------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------
root@uno nofoo>
</pre>
--
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]