> You do. You just need to make yourself a login. done
>>> Whats the hbase schema (Pardon me, I didn't look at src code). >>> >> >> hm... what schema are you asking about? >> >> > Well, in the API example, I see you doing puts into a 'map'. Is there > constraint on they names clients can use for keys or can they make a > key of any name? How do the keys look in hbase? no constraints for now. There are some internal/reserved keys for indexing purposes. basically from HBase perspective a key is just a table name, ":" and the actual property/key taken from the map. there is no table schema by definition -- SubRecord - Enterprise Aspects Stack http://subrecord.org
