[
https://issues.apache.org/jira/browse/HBASE-20575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520249#comment-16520249
]
Hadoop QA commented on HBASE-20575:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s{color}
| {color:red} HBASE-20575 does not apply to branch-1.2. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.7.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-20575 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12928750/HBASE-20575-branch-1.2.v2.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/13349/console |
| Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
> 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
> Assignee: Mingdao Yang
> Priority: Major
> Fix For: 1.2.7, 1.3.3
>
> Attachments: HBASE-20575-branch-1.2.patch,
> HBASE-20575-branch-1.2.v1.patch, HBASE-20575-branch-1.2.v2.patch
>
>
> 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)