Hi,

Are there any HBase samples out there not using Junit?

I would like to:

a. create a master server, region and table descriptor.
b. read in and convert a 'csv' file to byte[] (populating a family with 3 columns).
c. get the data back out into Text format.

Also, are scanners required for getting values or can you
access the conceptual model with a labeled column directly?

Since data to recreate a table is in the csv, is logging required?

Thanks,

Peter W.

Reply via email to