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:
Michael Stack 2011-04-25 17:37:22 +00:00
parent e448a81053
commit d131149362
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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)