[
https://issues.apache.org/jira/browse/ACCUMULO-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273730#comment-13273730
]
Eric Newton commented on ACCUMULO-589:
--------------------------------------
I think it's ok to break this going from 1.4 to 1.5. The shell is not so great
that people are writing large, complex scripts with it.
I think that improving the user experience with day-to-day activities is better
than some 12-month old 6-line script someone wrote to automatically reconfigure
their development database.
We should mark changes that might cause an incompatibility with a tag so we can
clearly document them at release time.
> Unable to set system properties in shell
> ----------------------------------------
>
> Key: ACCUMULO-589
> URL: https://issues.apache.org/jira/browse/ACCUMULO-589
> Project: Accumulo
> Issue Type: Bug
> Components: client
> Reporter: Keith Turner
> Assignee: Billie Rinaldi
> Fix For: 1.5.0
>
>
> {noformat}
> root@test15> config -s
> master.tablet.balancer=org.apache.accumulo.server.master.balancer.TableLoadBalancer
> 11 12:35:08,206 [shell.Shell] ERROR: java.lang.IllegalStateException: Not in
> a table context. Please use 'table <tableName>' to switch to a table, or use
> '-t' to specify a table if option is available.
> root@test15> table
> table tablepermissions tables
> root@test15> table !METADATA
> root@test15 !METADATA> config -s
> master.tablet.balancer=org.apache.accumulo.server.master.balancer.TableLoadBalancer
> 11 12:35:31,581 [shell.Shell] ERROR:
> org.apache.accumulo.core.util.BadArgumentException: Invalid per-table
> property. near index 10
> config -s
> master.tablet.balancer=org.apache.accumulo.server.master.balancer.TableLoadBalancer
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira