HBASE-9130 Invert the name of namespace commands to match the snapshots and replication form
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d4dfa8ddf
commit
428e70cf2f
|
@ -257,12 +257,12 @@ Shell.load_command_group(
|
|||
'namespace',
|
||||
:full_name => 'NAMESPACE MANAGEMENT COMMANDS',
|
||||
:commands => %w[
|
||||
namespace_create
|
||||
namespace_drop
|
||||
namespace_alter
|
||||
namespace_describe
|
||||
namespace_list
|
||||
namespace_list_tables
|
||||
create_namespace
|
||||
drop_namespace
|
||||
alter_namespace
|
||||
describe_namespace
|
||||
list_namespace
|
||||
list_namespace_tables
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue