Re: [DISCUSS] correcting abusive behavior on mailing lists was (Re: [DISCUSS] Multi-Cluster HBase Client)

2015-07-01 Thread Imants Cekusins
Why not simply ignore offending messages? It is possible to set up a filter in personal email box which bins emails from certain authors so they don't show up even. Spam needs to be addressed. But moderating?...

Re: Rowkey design question

2015-04-07 Thread Imants Cekusins
> how HBase loads the data into memory. If you init Get and specify columns with addColumn, it is likely that only data for these columns is read and loaded in memory. Rowkey is best kept short. So are column qualifiers.

Re: Strange PrefixFilter behaviour on HBase 0.98.6-cdh5.2.0 OutOfOrderScannerNextException

2015-04-06 Thread Imants Cekusins
may this be related: https://issues.apache.org/jira/browse/HBASE-11295 ?

Re: How to Manage Data Architecture & Modeling for HBase

2015-04-06 Thread Imants Cekusins
> tools to manage Data Architecture & Modeling for HBase To aid visualizing table structure, you could use Enterprise Architect Even though HBase cells store BLOBS, quite often these BLOBS are serialized classes. In EA classes can appear in table definition as field types. It is possible to pu