Billy Pearson updated HBASE-903:
--------------------------------
Fix Version/s: 0.20.0
Updates to add to roadmap for 0.20.0.
We should at lease support this in shell for users that do not use java to have access to these features
Thrift and rest support can come down the road in HBASE-800
[shell] Can't set table descriptor attributes when I alter a table
------------------------------------------------------------------
Key: HBASE-903
URL: https://issues.apache.org/jira/browse/HBASE-903
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Fix For: 0.20.0
I wanted to set the compaction filesize attribute but no good:
{code}
hbase(main):005:0> alter 'TestTable', {MAX_FILESIZE => 67108864}
TypeError: can't convert Hash into String
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/HBase.rb:138:in `hcd'
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/HBase.rb:138:in `alter'
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/hirb.rb:239:in `alter'
from (hbase):6:in `binding'
hbase(main):006:0> alter 'TestTable', {MAX_FILESIZE => 67108864}
{code}
--------------------------------------------------------------------
Key: HBASE-903
URL: https://issues.apache.org/jira/browse/HBASE-903
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Fix For: 0.20.0
I wanted to set the compaction filesize attribute but no good:
{code}
hbase(main):005:0> alter 'TestTable', {MAX_FILESIZE => 67108864}
TypeError: can't convert Hash into String
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/HBase.rb:138:in `hcd'
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/HBase.rb:138:in `alter'
from /Users/stack/Documents/checkouts/hbase/trunk/bin/../bin/hirb.rb:239:in `alter'
from (hbase):6:in `binding'
hbase(main):006:0> alter 'TestTable', {MAX_FILESIZE => 67108864}
{code}
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.