HBASE-3817 HBase Shell has an issue accepting FILTER for the 'scan' command
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e448a81053
commit
d131149362
|
@ -86,6 +86,8 @@ Release 0.91.0 - Unreleased
|
|||
(Prakash Khemani)
|
||||
HBASE-3539 Improve shell help to reflect all possible options
|
||||
(Harsh J Chouraria)
|
||||
HBASE-3817 HBase Shell has an issue accepting FILTER for the 'scan' command.
|
||||
(Harsh J Chouraria)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||
|
|
|
@ -50,6 +50,7 @@ module HBaseConstants
|
|||
REPLICATION_SCOPE = "REPLICATION_SCOPE"
|
||||
INTERVAL = 'INTERVAL'
|
||||
CACHE = 'CACHE'
|
||||
FILTER = 'FILTER'
|
||||
|
||||
# Load constants from hbase java API
|
||||
def self.promote_constants(constants)
|
||||
|
|
Loading…
Reference in New Issue