[
https://issues.apache.org/jira/browse/HBASE-26673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
LiangJun He updated HBASE-26673:
--------------------------------
Release Note:
Introduced two shell commands for change table's or family's sft:
change_sft:
Change table's or table column family's sft. Examples:
hbase> change_sft 't1','FILE'
hbase> change_sft 't2','cf1','FILE'
change_sft_all:
Change all of the tables's sft matching the given regex:
hbase> change_sft_all 't.*','FILE'
hbase> change_sft_all 'ns:.*','FILE'
hbase> change_sft_all 'ns:t.*','FILE'
> Implement a shell command for change SFT implementation
> -------------------------------------------------------
>
> Key: HBASE-26673
> URL: https://issues.apache.org/jira/browse/HBASE-26673
> Project: HBase
> Issue Type: Sub-task
> Components: shell
> Reporter: Duo Zhang
> Assignee: LiangJun He
> Priority: Major
> Fix For: 2.5.0, 3.0.0-alpha-3
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)