| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
215 (0.167s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Start key and End key in HBase - HBase - [mail # user]
|
|
...Can you pls make the question clear? You mean use in Scan? -Anoop- ________________________________________ From: [EMAIL PROTECTED] [[EMAIL PROTECTED]] Sent: Monday, February 04,...
|
|
|
Author: Anoop Sam John,
2013-02-04, 04:42
|
|
|
[HBASE-5664] CP hooks in Scan flow for fast forward when filter filters out a row - HBase - [issue]
|
|
...In HRegion.nextInternal(int limit, String metric) We have while(true) loop so as to fetch a next result which satisfies filter condition. When Filter filters out the current fetched row we c...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5664
Author: Anoop Sam John,
2013-02-02, 08:09
|
|
|
RE: HBase Checksum - HBase - [mail # user]
|
|
...Hi Robert When HDFS is doing the local short circuit read, it will use BlockReaderLocal class for reading. There should be some logs at the DFS clien...
|
|
|
Author: Anoop Sam John,
2013-02-01, 05:51
|
|
|
RE: HBase Checksum - HBase - [mail # user]
|
|
...You can check with HDFS level logs whether the checksum meta file is getting read to the DFS client? In the HBase handled checksum, this should not happen. Have you noticed any perf gain whe...
|
|
|
Author: Anoop Sam John,
2013-02-01, 03:55
|
|
|
RE: Time to wrap up 0.94.5 - HBase - [mail # dev]
|
|
...Lars HBASE-7728 seems important to go in 0.94.5? -Anoop- ________________________________________ From: lars hofhansl [[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2013 9:58 A...
|
|
|
Author: Anoop Sam John,
2013-01-31, 11:49
|
|
|
RE: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...JM, not ask for only the number of missing lines? These are some thing needs to be controlled by the scanning app. It can well control the pagination with out using the PageFilte...
|
|
|
Author: Anoop Sam John,
2013-01-31, 03:23
|
|
|
RE: Pagination with HBase - getting previous page of data - HBase - [mail # user]
|
|
...@Anil parallel. Why it cannot guarantee results wrote: Thanks & Regards, Anil Gupta...
|
|
|
Author: Anoop Sam John,
2013-01-30, 11:31
|
|
|
RE: Find the tablename in Observer - HBase - [mail # user]
|
|
...Oh sorry... Not checked the interface... We were doing in postOpen()... Thaks Gary for correcting me...:) -Anoop- ________________________________________ From: Gary Helmli...
|
|
|
Author: Anoop Sam John,
2013-01-29, 06:04
|
|
|
RE: Find the tablename in Observer - HBase - [mail # user]
|
|
...instanceof RegionCoprocessorEnvironment too No. It will be reference of RegionEnvironment . This is not a public class so you wont be able to do the casting. As I read your need, you ...
|
|
|
Author: Anoop Sam John,
2013-01-29, 04:39
|
|
|
RE: paging results filter - HBase - [mail # user]
|
|
...@Toby You mean to say that you need a mechanism for directly jumping to a page. Say you are in page#1 (1-20) now and you want to jump to page#4(61-80).. Yes this is not there in PageFi...
|
|
|
Author: Anoop Sam John,
2013-01-25, 03:34
|
|
|
|