You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2012/05/17 20:50:09 UTC

[jira] [Resolved] (ACCUMULO-589) Unable to set system properties in shell

     [ https://issues.apache.org/jira/browse/ACCUMULO-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-589.
-------------------------------------

    Resolution: Fixed
    
> 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