Hi,
   I have a log file where my primary key into HBase would be the 
'Date|Hour|Id' fields of each line in the log.
Is there a way, messing with version, that I can do a 'put' using the same 
primary key and the individual family:column members would save a version for 
each put? Also, if I can do this how to I retrieve the data using a Scan in 
Java? Everything I have tried so far only returns the last value.

Thanks

-Pete

Reply via email to