| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
87 (0.093s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-5010] Filter HFiles based on TTL - HBase - [issue]
|
|
...In ScanWildcardColumnTracker we havethis.oldestStamp = EnvironmentEdgeManager.currentTimeMillis() - ttl; ... private boolean isExpired(long timestamp) { &nb...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5010
Author: Mikhail Bautin,
2012-03-06, 18:17
|
|
|
Re: advice w.r.t. wild card import - HBase - [mail # dev]
|
|
...+1 on avoiding using wildcard imports. Eclipse's "Organize Imports" command gets rid of them pretty well. Thanks, On Wed, 22 Feb 2012 12:46:47 -0800, Ted Yu wrote: ...
|
|
|
Author: Mikhail Bautin,
2012-02-23, 02:04
|
|
|
Re: loading Hadoop native libraries in HBase unit tests - HBase - [mail # dev]
|
|
...Would the following work as a complete solution for any platform? We can make this conditional on a new Maven profile. - Download the sources of the Hadoop version being used &...
|
|
|
Author: Mikhail Bautin,
2012-02-13, 19:21
|
|
|
Re: loading Hadoop native libraries in HBase unit tests - HBase - [mail # dev]
|
|
...Then how about solving the issue for the most common case (the default version of Hadoop)? We can import the default version of libhadoop.so into the HBase codebase and load it in tests, as ...
|
|
|
Author: Mikhail Bautin,
2012-02-13, 09:58
|
|
|
Re: loading Hadoop native libraries in HBase unit tests - HBase - [mail # dev]
|
|
...One difficulty with simply importing libhadoop.so into HBase codebase is that the dynamic library is probably a bit different for different versions of Hadoop. Is there a way to pull the .so...
|
|
|
Author: Mikhail Bautin,
2012-02-12, 20:36
|
|
|
loading Hadoop native libraries in HBase unit tests - HBase - [mail # dev]
|
|
...Hello, We currently do not enable native Hadoop libraries in unit tests (at least when running on Hadoop QA), but we do use them in production. Should we try to close this discre...
|
|
|
Author: Mikhail Bautin,
2012-02-11, 03:22
|
|
|
Re: how to increase Hadoop QA heap - HBase - [mail # dev]
|
|
...@Ted: thanks for the suggestion. Maybe I should have worded my question differently. I am interested in the actual amount of memory available on Hadoop QA machines, because I see out-o...
|
|
|
Author: Mikhail Bautin,
2012-02-10, 21:06
|
|
|
how to increase Hadoop QA heap - HBase - [mail # dev]
|
|
...Hello, Does anyone know how to increase heap allocation for Hadoop QA runs, or at least check the available amount of memory? Thanks,...
|
|
|
Author: Mikhail Bautin,
2012-02-10, 20:48
|
|
|
Re: "89-fb" patches and HBase development workflow at Facebook - HBase - [mail # dev]
|
|
...Hi Jonathan, Todd, Thank you for your replies. Yes, we are aware of the fact that submitting our patches as trunk patches first will be easier for the community. In fact, we have been ...
|
|
|
Author: Mikhail Bautin,
2012-02-06, 22:01
|
|
|
"89-fb" patches and HBase development workflow at Facebook - HBase - [mail # dev]
|
|
...Hello Everyone, Some of you have probably been wondering about what these "[89-fb]" patches that our team submits for review are, so I would like to clarify that a little bit. We run a...
|
|
|
Author: Mikhail Bautin,
2012-02-06, 19:36
|
|
|
|