HBASE-18616 Shell warns about already initialized constants at startup

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Guangxu Cheng 2017-08-17 09:55:26 +08:00 committed by Andrew Purtell
parent 362a2924d2
commit 5015913cee
1 changed files with 0 additions and 5 deletions

View File

@ -79,12 +79,7 @@ module HBaseConstants
TYPE = 'TYPE'
NONE = 'NONE'
VALUE = 'VALUE'
ENDPOINT_CLASSNAME = 'ENDPOINT_CLASSNAME'
CLUSTER_KEY = 'CLUSTER_KEY'
TABLE_CFS = 'TABLE_CFS'
NAMESPACES = 'NAMESPACES'
CONFIG = 'CONFIG'
DATA = 'DATA'
SERVER_NAME = 'SERVER_NAME'
LOCALITY_THRESHOLD = 'LOCALITY_THRESHOLD'
RESTORE_ACL = 'RESTORE_ACL'