You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Shaheen Bahauddin <sb...@decarta.com> on 2011/03/02 17:44:00 UTC

BulkLoader does not load data

Hi

I am facing a problem where I used  Hbase 0.89 version
HFileOutputFormat api to convert the sequence data files into HFiles
format and then used LoadIncrementalHFiles (completebulkload) to load
the Hfiles into an  existing table. I do see the data when I cat the
region server files but can't scan /  get the data using hbase shell .
Any ideas why I can't scan it inspite it being present in the region
servers. A "count" on the hbase shell also returns a 0. 

 

Shaheen