Hi,
I am using hbase 0.20.6. Is it possible for the loadtable.rb script to create the table from compressed output? I have a MR job where the reducer outputs Gzip compressed HFiles. When I ran loadtable.rb it didn't have any complaints and seemed to update the meta data table correctly. But when I tried to query against the table no data would come back (scan show 0 zero etc). Does anyone know if it's possible? or If I must create tables from compressed HFIles directly, what other options do I have besides the script? Thanks!
