Hi, What I want to achieve is that my hbase clients are using all machines in the hbase cluster when writing data concurrently. How should I design the rowkey and what other settings do I have to configure to achieve that all machines in the cluster are addressed and not all writes end up on the same regionserver? I have a test setup with 10 clients and 4 regionserver, so I would like to see all 4 regionservers used when the 10 clients write in parallel data into hbase.
thanks, Felix
