| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
214 (0.254s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Can a server function make a rpc call to the corresponding client - HBase - [mail # dev]
|
|
...Hi You can see RegionObserver Interface. You need to implement this inte rface and plugin the same to RSs. [U can also extend BaseRegionObserver class]  ...
|
|
|
Author: Anoop Sam John,
2012-06-28, 16:35
|
|
|
RE: Scan vs Put vs Get - HBase - [mail # user]
|
|
...Seems blocks you are getting from cache. You can check with Blooms also once. You can enable the usage of bloom using the config param "io.storefile.bloo m.enabled" set to true ...
|
|
|
Author: Anoop Sam John,
2012-06-28, 13:30
|
|
|
RE: Can a server function make a rpc call to the corresponding client - HBase - [mail # dev]
|
|
...Hi Can you write your code in a co processor impl? So that server can call your code. CP will run at server side. I am not sure whether you must come to the client proces...
|
|
|
Author: Anoop Sam John,
2012-06-28, 04:59
|
|
|
RE: Scan vs Put vs Get - HBase - [mail # user]
|
|
...Hi How many Gets you batch together in one call? Is this equal to the Sca n#setCaching () that u are using? If both are same u can be sure that the the number of NW calls...
|
|
|
Author: Anoop Sam John,
2012-06-28, 04:56
|
|
|
RE: direct Hfile Read and Writes - HBase - [mail # user]
|
|
...When there is a need of bulk loading huge amount of data into HBase at one time, it will be better go with the direct HFile write. Here 1st using the MR framework HFiles are directly w...
|
|
|
Author: Anoop Sam John,
2012-06-28, 03:37
|
|
|
RE: No autoflush from table within coprocessor? - HBase - [mail # dev]
|
|
...Hi Lars autoFlush will be having a default value true right? O n HTable this can be set as false using the setAuto...
|
|
|
Author: Anoop Sam John,
2012-06-27, 04:57
|
|
|
RE: Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
|
|
...I have made the new miniBatchDelete () and made the HTable#delete(List) to call this new batch delete. Just tested initially with the one node cluster. In that itself I am getti ng a p...
|
|
|
Author: Anoop Sam John,
2012-06-25, 13:50
|
|
|
RE: Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
|
|
...Sure Ted. I will test and inform the result. -Anoop- ________________________________________ From: [EMAIL PROTECTED] [[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2012 6:31 PM To: [EM...
|
|
|
Author: Anoop Sam John,
2012-06-21, 03:30
|
|
|
[HBASE-6164] Correct the bug in block encoding usage in bulkload - HBase - [issue]
|
|
...Address the issue raised under HBASE-6040https://issues.apache.org/jira/browse/HBASE-6040?focusedCommentId=13289334&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6164
Author: Anoop Sam John,
2012-06-20, 18:58
|
|
|
Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
|
|
...Hi Devs There is a batch put support in the HRegion level. When the p ut(List) happens from client, Puts corresponding to one region mi...
|
|
|
Author: Anoop Sam John,
2012-06-20, 09:49
|
|
|
|