| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
58 (0.116s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...yes what Ted mentioned, u can try out.. -Anoop- On Fri, Feb 22, 2013 at 7:46 PM, Ted wrote: ...
|
|
|
Author: Anoop John,
2013-02-22, 18:04
|
|
|
Re: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...What is this filtering at client side doing exactly? postScannerClose() wont deal with any scanned data. This hook will be called later.. You should be using hooks with scanner's...
|
|
|
Author: Anoop John,
2013-02-21, 15:52
|
|
|
Re: Exception while using HBase trunk with hadoop - 2.0.3 - HBase - [mail # dev]
|
|
...I am remembering that there was some discussion around use of dfs.setSafeMode() recently. Which issue I forgot -Anoop- On Thu, Feb 21, 2013 at 9:12 PM, Ted Yu wrote: ...
|
|
|
Author: Anoop John,
2013-02-21, 15:48
|
|
|
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...10 and scan is done across two regions. 9 Results(satisfying the filter) are in Region1 and 10 Results(satisfying the filter) are in Region2. Then will this scan return 19 (9+10) results? &n...
|
|
|
Author: Anoop John,
2013-02-03, 16:07
|
|
|
Re: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...In case of Hive data insertion means placing the file under table path in HDFS. HBase need to read the data and convert it into its format. (HFiles) MR is doing this work.. So th...
|
|
|
Author: Anoop John,
2013-01-17, 17:00
|
|
|
Re: best read path explanation - HBase - [mail # user]
|
|
...At a read time, if there are more than one HFile for a store, HBase will read that row from all the HFiles (check whether this row is there and if so read) and also from memstore. So i...
|
|
|
Author: Anoop John,
2013-01-13, 16:29
|
|
|
Re: Coprocessor / threading model - HBase - [mail # user]
|
|
...In your CP methods you will get ObserverContext object from which you can get HRS object. ObserverContext.getEnvironment().getRegionServerServices() Then directly call methods on HRegion to ...
|
|
|
Author: Anoop John,
2013-01-13, 16:12
|
|
|
Re: exception during coprocessor run - HBase - [mail # user]
|
|
...HBase throw this Exception when the connection btw the client process and the RS process (connection through which the op request came) is broken. Any issues with your client app or nw? &nbs...
|
|
|
Author: Anoop John,
2013-01-13, 16:08
|
|
|
Re: Increment operations in hbase - HBase - [mail # user]
|
|
...operating directly on store files for each increment object ?? Sorry didnt get what is the idea. Can you explain pls? Regarding support for Increments in batch API. Sorry I was checkin...
|
|
|
Author: Anoop John,
2013-01-13, 07:22
|
|
|
Re: Tune MapReduce over HBase to insert data - HBase - [mail # user]
|
|
...Hi Can you think of using HFileOutputFormat ? Here you use TableOutputFormat now. There will be put calls to HTable. Instead in HFileOut...
|
|
|
Author: Anoop John,
2013-01-13, 06:45
|
|
|
|