| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
215 (0.081s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7549] Make HTableInterface#batch() javadoc proper - HBase - [issue]
|
|
...We can pass Put, Get, Delete, Append, Increment in the batch. But the javadoc do cover Put, Delete and Get only. Better to correct this....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7549
Author: Anoop Sam John,
2013-01-24, 16:04
|
|
|
RE: Region server Memory Use is double the -Xmx setting - HBase - [mail # user]
|
|
...Are you using compression for HFiles? Yes we are using "MaxDirectMemorySize" and we dont use off-heap cache. -Anoop- ________________________________________ From: Bu...
|
|
|
Author: Anoop Sam John,
2013-01-24, 03:21
|
|
|
RE: HBase split policy - HBase - [mail # user]
|
|
...The things which can trigger a split 1. Explicit split call from the client side using admin API 2. A memstore flush 3. A compaction So even though there is no write operations happeni...
|
|
|
Author: Anoop Sam John,
2013-01-23, 06:17
|
|
|
RE: ResultCode.NEXT_ROW and scans with batching enabled - HBase - [mail # user]
|
|
...Hi, It will go to the new row. Yes this is an issue in old versions. It is fixed in trunk now. See the method RegionScannerImpl#nextInternal(int limit) [In HRegion...
|
|
|
Author: Anoop Sam John,
2013-01-23, 03:44
|
|
|
RE: HBase split policy - HBase - [mail # user]
|
|
...Jean good topic. When a region splits it is the HFile(s) split happening. You know HFile logically split into "n" HFileBlocks and we will be having index meta data for these blocks at ...
|
|
|
Author: Anoop Sam John,
2013-01-22, 12:24
|
|
|
RE: Custom Filter and SEEK_NEXT_USING_HINT issue - HBase - [mail # user]
|
|
...all regions, then I would find in log files at least one value per region, but I have found one value per region only for those regions, that resides before the particular one. @Eugeny...
|
|
|
Author: Anoop Sam John,
2013-01-21, 08:59
|
|
|
RE: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...@Mohammad As he is using HFileOutputFormat, there is no put call happening on HTable. In this case the MR will create the HFiles directly with out using the normal HBase write path. Th...
|
|
|
Author: Anoop Sam John,
2013-01-21, 06:36
|
|
|
RE: Hbase Mapreduce- Problem in using arrayList of pust in MapFunction - HBase - [mail # user]
|
|
...inserting data to Hbase Table ? You are using TableOutputFormat right? Here autoFlush is turned OFF ... You can use config param "hbase.client.write.buffer" to set the client side buff...
|
|
|
Author: Anoop Sam John,
2013-01-21, 06:32
|
|
|
RE: Loading data, hbase slower than Hive? - HBase - [mail # user]
|
|
...Austin, You are using HFileOutputFormat or TableOutputFormat? -Anoop- ________________________________________ From: Austin Chungath [[EMAIL PROTECTED]] Sen...
|
|
|
Author: Anoop Sam John,
2013-01-21, 05:54
|
|
|
[HBASE-7542] SCVF: Avoid sending two unwanted boolean values from client to RS - HBase - [issue]
|
|
...In SingleColumnValueFilter the 2 boolean fields "foundColumn" and "matchedColumn" needed only at the server side during the filtering. There is no need to serialize these fields from client ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7542
Author: Anoop Sam John,
2013-01-19, 00:43
|
|
|
|