Repository: hbase
Updated Branches:
  refs/heads/branch-1 362a2924d -> 5015913ce
  refs/heads/branch-1.4 e293da211 -> f73b76287


HBASE-18616 Shell warns about already initialized constants at startup

Signed-off-by: Andrew Purtell <apurt...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5015913c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5015913c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5015913c

Branch: refs/heads/branch-1
Commit: 5015913cee9ec4ec8347bdaf9d8771f700f792be
Parents: 362a292
Author: Guangxu Cheng <guangxuch...@gmail.com>
Authored: Thu Aug 17 09:55:26 2017 +0800
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Wed Aug 23 18:08:01 2017 -0700

----------------------------------------------------------------------
 hbase-shell/src/main/ruby/hbase.rb | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5015913c/hbase-shell/src/main/ruby/hbase.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/hbase.rb 
b/hbase-shell/src/main/ruby/hbase.rb
index 88a6f04..0fa1649 100644
--- a/hbase-shell/src/main/ruby/hbase.rb
+++ b/hbase-shell/src/main/ruby/hbase.rb
@@ -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'

Reply via email to