| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
215 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: ValueFilter and VERSIONS - HBase - [mail # user]
|
|
...ValueFilter works only on the KVs not at a row level . So something similar is not possible. Setting versions to 1 will make only one version (latest) version getting back to the client. But...
|
|
|
Author: Anoop Sam John,
2013-01-18, 06:43
|
|
|
RE: ValueFilter and VERSIONS - HBase - [mail # user]
|
|
...Can you make use of SingleColumnValueFilter. In this you can specify whether the condition to be checked only on the latest version or not. SCVF#setLatestVersionOnly ( true) -Ano...
|
|
|
Author: Anoop Sam John,
2013-01-18, 06:27
|
|
|
RE: Hbase as mongodb - HBase - [mail # user]
|
|
...Yes Mohammad. Smarter way like this is needed.. I was telling that even if the full JSON is stored as a column value it will be possible to achive what Panshul needs. :) But a full tab...
|
|
|
Author: Anoop Sam John,
2013-01-17, 03:51
|
|
|
RE: Hbase as mongodb - HBase - [mail # user]
|
|
...all the objects having timestamp value of xxx date where timestamp is a field in Json objects stored in Mongodb It is possible to store any data in HBase which can be converted into by...
|
|
|
Author: Anoop Sam John,
2013-01-16, 13:27
|
|
|
RE: Why not a restart region server serve the WAL logs the last RS Write? - HBase - [mail # dev]
|
|
...Hi the power of rack or a datacenter is down? At this scenario why you think that a log replay is not needed? Becuase some data might have been there only in memstore. How we get back ...
|
|
|
Author: Anoop Sam John,
2013-01-16, 12:04
|
|
|
RE: Coprocessor / threading model - HBase - [mail # user]
|
|
...Thanks Andrew. A detailed and useful reply.... Nothing more needed to explain the anti pattern.. :) -Anoop- ________________________________________ From: Andrew Purtell [[EMAIL ...
|
|
|
Author: Anoop Sam John,
2013-01-16, 04:39
|
|
|
RE: HBase - Secondary Index - HBase - [mail # user]
|
|
...Totally agree with Lars. The design came up as per our usage and data distribution style etc. Also the put performance we were not able to compromise. That is why the region collocatio...
|
|
|
Author: Anoop Sam John,
2013-01-09, 03:22
|
|
|
RE: HBase - Secondary Index - HBase - [mail # user]
|
|
...Hi, It is inverted index based on column(s) value(s) It will be region wise indexing. Can work when some one knows the rowkey range or NOT. -Anoop- ____________________________________...
|
|
|
Author: Anoop Sam John,
2013-01-07, 13:49
|
|
|
RE: HBase - Secondary Index - HBase - [mail # user]
|
|
...Hi Adrien We are making the consistency btw the main table and index table and the roll back mentioned below etc using the CP h...
|
|
|
Author: Anoop Sam John,
2013-01-07, 03:48
|
|
|
RE: responsetooslow from regionserver - HBase - [mail # user]
|
|
...This logs warns that the operation at the region server side is taking too much time... This is not an error... Pls check your cluster. You have hot spotting ? Also can check the...
|
|
|
Author: Anoop Sam John,
2013-01-04, 11:46
|
|
|
|