[
https://issues.apache.org/jira/browse/HBASE-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Singhi resolved HBASE-7065.
----------------------------------
Resolution: Duplicate
Handled as part of HBASE-15641
> alter table with multiple actions should do just one schema update (shell)
> --------------------------------------------------------------------------
>
> Key: HBASE-7065
> URL: https://issues.apache.org/jira/browse/HBASE-7065
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Affects Versions: 0.95.2
> Reporter: Sergey Shelukhin
> Priority: Minor
>
> In the shell, when one runs alter command with multiple things to do (e.g.
> "alter 't1', 'f1', { NAME => 'f2', VERSIONS => 5 }, { 'delete' => 'f3' },
> MAX_FILESIZE => 1232353") the shell does the schema update after each action.
> I'd assume it takes a long time on large clusters, and can also be unexpected
> from the logical perspective, especially if it fails in the middle for
> example.
> Should it do one schema update instead?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)