| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
2467 (0.471s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Advice on setting default HBase table mapping attributes within Apache Gora - HBase - [mail # user]
|
|
...0.90.x code base is no longer actively maintained. Looking forward to the upgrade of HBase in Gora. On Wed, May 1, 2013 at 11:49 AM, Lewis John Mcgibbney wrote: ...
|
|
|
Author: Ted Yu,
2013-05-01, 18:53
|
|
|
Re: Corrupted log file - HBase - [mail # dev]
|
|
...Ideally HBCK should sideline corrupted log file so that region server can start. Cheers On Wed, May 1, 2013 at 11:48 AM, Nick Dimiduk wrote: ...
|
|
|
Author: Ted Yu,
2013-05-01, 18:50
|
|
|
Re: Advice on setting default HBase table mapping attributes within Apache Gora - HBase - [mail # user]
|
|
...What version of HBase are you using ? Assuming it is 0.94.x, you can find the default values in src/main/resources/hbase-default.xml e.g. hfile.block.cache.s...
|
|
|
Author: Ted Yu,
2013-05-01, 18:45
|
|
|
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
|
|
...Have you tried enabling short circuit read ? Thanks On Apr 30, 2013, at 9:31 PM, Bryan Keller wrote: ...
|
|
|
Author: Ted Yu,
2013-05-01, 04:56
|
|
|
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
|
|
...scan.setCaching(500); // 1 is the default in Scan, which will be bad for MapReduce jobs scan.setCacheBlocks(false); // don't set to true for MR jobs I ...
|
|
|
Author: Ted Yu,
2013-05-01, 04:17
|
|
|
Re: TestReference and Release audit warn - HBase - [mail # dev]
|
|
...I logged HBASE-8470 and attached a patch there. Cheers On Tue, Apr 30, 2013 at 2:12 PM, Matteo Bertozzi wrote: ...
|
|
|
Author: Ted Yu,
2013-04-30, 21:48
|
|
|
[HBASE-8463] Suppress Findbugs warnings links in Hadoop QA report if there was no Findbugs warning - HBase - [issue]
|
|
...We often see the following report from Hadoop QA:+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings....Findbugs warnings: https://builds.apache.org/job/PreCo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8463
Author: Ted Yu,
2013-04-30, 14:27
|
|
|
Re: HBase Export MR - Some mappers getting Stuck - HBase - [mail # user]
|
|
...Can you take a look at region server log when this happens and see if there is some clue ? jstack on region server side would help. Cheers On Mon, Apr 29, 2013 at 10:42 PM,...
|
|
|
Author: Ted Yu,
2013-04-30, 08:57
|
|
|
Re: max regionserver handler count - HBase - [mail # user]
|
|
...Viral: I am currently dealing with some high priority bugs so I didn't have time to look deeper into your case. My feeling is that raising max regionserver handler count shouldn't be t...
|
|
|
Author: Ted Yu,
2013-04-30, 04:43
|
|
|
Re: batch version of checkAndPut - HBase - [mail # dev]
|
|
...Hari: Do you mind logging a JIRA to capture the requirement ? Thanks On Mon, Apr 29, 2013 at 1:30 PM, Hari Mankude wrote: ...
|
|
|
Author: Ted Yu,
2013-04-29, 20:31
|
|
|
|