HBASE-12662 region_status.rb is failing with NoMethodError (Ashish Singhi)

This commit is contained in:
tedyu 2014-12-09 09:35:01 -08:00
parent d2d6945e89
commit 1fae34de56
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ else
(tableNameMetaPrefix + HConstants::META_ROW_DELIMITER.chr).to_java_bytes
)
end
scan.cache_blocks = false
scan.caching = 10
scan.setCacheBlocks(false)
scan.setCaching(10)
scan.setFilter(FirstKeyOnlyFilter.new)
INFO = 'info'.to_java_bytes
REGION_INFO = 'regioninfo'.to_java_bytes