Hide
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'
Show
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'