Keith Turner created ACCUMULO-589:
-------------------------------------

             Summary: 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

        

Reply via email to