| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
219 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: attributes - basic question - HBase - [mail # user]
|
|
...We have used setAttribute() along with Scan which we are using in the CP. Ya it will work fine. Pls try with ur use case and if finding any issue pls report -Anoop- ____________...
|
|
|
Author: Anoop Sam John,
2013-02-23, 05:15
|
|
|
[HBASE-6214] Backport HBASE-5998 to 94.1 - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-6214
Author: Anoop Sam John,
2013-02-22, 20:51
|
|
|
RE: Optimizing Multi Gets in hbase - HBase - [mail # user]
|
|
...It will instantiate one scan op per Get -Anoop- ________________________________________ From: Varun Sharma [[EMAIL PROTECTED]] Sent: Monday, February 18, 2013 3:27 PM To: [EMAIL PROT...
|
|
|
Author: Anoop Sam John,
2013-02-18, 10:49
|
|
|
RE: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...We dont have any hook like postScan().. In ur case you can try with postScannerClose().. This will be called once per region. When the scan on that region is over the scanner ope...
|
|
|
Author: Anoop Sam John,
2013-02-18, 05:23
|
|
|
RE: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...the code after scanning each region Exactly at what point you want to run your custom code? We have hooks at points like opening a scanner at a region, closing scanner at a regio...
|
|
|
Author: Anoop Sam John,
2013-02-18, 04:15
|
|
|
[HBASE-7855] Allow grouping edits for different regions (on the same server) and write them into a single WALEdit - HBase - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HBASE-7855
Author: Anoop Sam John,
2013-02-15, 07:12
|
|
|
[HBASE-7854] Provide ways for cross region transaction - HBase - [issue]
|
|
...It would be better we provide some ways so as to perform cross region transaction for regions within same RS. May be allow CPs to do this....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7854
Author: Anoop Sam John,
2013-02-15, 07:08
|
|
|
RE: Using HBase for Deduping - HBase - [mail # user]
|
|
...When max versions set as 1 and duplicate key is added, the last added will win removing the old. This is what you want Rahul? I think from his explanation he needs the reverse wa...
|
|
|
Author: Anoop Sam John,
2013-02-15, 04:19
|
|
|
RE: Using Hbase for Dedupping - HBase - [mail # user]
|
|
...Hi Rahul When you say that some events can come with duplicate UUID, what is the probability of such duplicate events? Is it like most o...
|
|
|
Author: Anoop Sam John,
2013-02-15, 03:55
|
|
|
RE: Custom preCompact RegionObserver crashes entire cluster on OOME: Heap Space - HBase - [mail # user]
|
|
...Can you post the code in your new InternalScanner ? next() method implementation. Would like to see how you are doing thie KV change -Anoop- _____________________________________...
|
|
|
Author: Anoop Sam John,
2013-02-13, 05:29
|
|
|
|