I am running the bulk loader of HBase 90.1 per: "$ hadoop jar hbase-VERSION.jar completebulkload /user/todd/myoutput mytable"
I see the expected "Trying to load HFile ..." for each of the bulkload HFiles. However, the table is inaccesible after the bulk laod process runs. For instance, in the HBase shell, scan "return 0 rows" after an inordinate pause (sometimes nearly a minute). Executing a count from hbase shell exhibits similar behavior (long pause followed by "0 row(s)". Is there any way I can get more information from the bulk loader, or do some kind of manual inspection of HBase's files so I can determine why my data appears to load without error, but then cannot be accessed? Thanks, geoff
