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

Chia-Ping Tsai updated HBASE-20575:
-----------------------------------
    Description: 
HBASE-19340 backported the missing option from 1.4+ to 1.3 and 1.2. However, we 
made a mistaken to COMPACTION_ENABLED.
{code:java}
htd.setCompactionEnabled(JBoolean.valueOf(arg.delete[COMPACTION_ENABLED])) if 
arg[COMPACTION_ENABLED]{code}
arg.delete[COMPACTION_ENABLED] should be changed to 
arg.delete(COMPACTION_ENABLED)

  was:
HBASE-19340 backported the missing option from 1.4+ to 1.3 and 1.2. However, we 
made a mistaken to COMPACTION_ENABLED.
{code:java}
htd.setCompactionEnabled(JBoolean.valueOf(arg.delete[COMPACTION_ENABLED])) if 
arg[COMPACTION_ENABLED]{code}
arg.delete[COMPACTION_ENABLED] -> arg.delete(COMPACTION_ENABLED)


> Fail to config COMPACTION_ENABLED by hbase shell
> ------------------------------------------------
>
>                 Key: HBASE-20575
>                 URL: https://issues.apache.org/jira/browse/HBASE-20575
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.3.2
>            Reporter: Chia-Ping Tsai
>            Priority: Major
>             Fix For: 1.2.7, 1.3.3
>
>
> HBASE-19340 backported the missing option from 1.4+ to 1.3 and 1.2. However, 
> we made a mistaken to COMPACTION_ENABLED.
> {code:java}
> htd.setCompactionEnabled(JBoolean.valueOf(arg.delete[COMPACTION_ENABLED])) if 
> arg[COMPACTION_ENABLED]{code}
> arg.delete[COMPACTION_ENABLED] should be changed to 
> arg.delete(COMPACTION_ENABLED)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to