You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/08/24 01:13:35 UTC

[1/2] hbase git commit: HBASE-18616 Shell warns about already initialized constants at startup

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 <ap...@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 <gu...@gmail.com>
Authored: Thu Aug 17 09:55:26 2017 +0800
Committer: Andrew Purtell <ap...@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'


[2/2] hbase git commit: HBASE-18616 Shell warns about already initialized constants at startup

Posted by ap...@apache.org.
HBASE-18616 Shell warns about already initialized constants at startup

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


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

Branch: refs/heads/branch-1.4
Commit: f73b7628727874bdc8f997584c195245b791ae3b
Parents: e293da2
Author: Guangxu Cheng <gu...@gmail.com>
Authored: Thu Aug 17 09:55:26 2017 +0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Aug 23 18:08:27 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/f73b7628/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'