Replies: 1
Hello,
Can someone please tell me whether HBase Bulkload using the APIs – importtsv and loadincrementalfiles (completebulkload) result in only the single version of the record(latest) being retained in the HBase table?
Description of the table.
‘Weather’, {NAME => ‘weatherinfo’, DATA_BLOCK_ENCODING => ‘NONE’, BLOOMFILTER => ‘ROW’, REPLICATION_SCOPE => ’0′, COMPRESSION => ‘NONE’, VERSIONS => ’3′, TTL => ’2147483647′, MIN_VERSIONS => ’0′, KEEP_DELETED_CELLS => ‘false’, BLOCKSIZE => ’65536′, IN_MEMORY => ‘false’, BLOCKCACHE => ‘true’}
Thanks
-Anand