| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
77 (0.222s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...+1 to Dave's comment. I don't think we should be spending effort supporting compiling on an unsupported runtime environment. If something fails because it is too *nix-y then just skip that t...
|
|
|
Author: Jim Klucar,
2013-03-22, 14:42
|
|
|
Re: proxy.SimpleTest takes 50+ seconds to run, any way to reduce that? - Accumulo - [mail # dev]
|
|
...It is launching a MiniAccumuloCluster instance, so my guess is that the bulk of the time is waiting on that initialization process. On Wed, Mar 6, 2013 at 11:32 PM, David Medinets wro...
|
|
|
Author: Jim Klucar,
2013-03-07, 13:43
|
|
|
Re: Hadoop Summit Community Choice - Accumulo - [mail # dev]
|
|
...Looks like there is a talk I missed initially searching: http://hadoopsummit2013.uservoice.com/forums/196820-deployment-and-operations/suggestions/3714678-production-accumulo &n...
|
|
|
Author: Jim Klucar,
2013-03-05, 18:02
|
|
|
Hadoop Summit Community Choice - Accumulo - [mail # dev]
|
|
...The Hadoop Summit is coming up in San Jose this summer ( http://hadoopsummit.org/san-jose/ ), and they just released abstracts for a Community Choice vote. Community voting plays a rol...
|
|
|
Author: Jim Klucar,
2013-03-05, 14:37
|
|
|
Re: Website vs. Flex - Accumulo - [mail # dev]
|
|
...The flex site looked like bootstrap to me, checked the source and sure enough: "> "> "> "> "> "> "> "> What resources are available to us on...
|
|
|
Author: Jim Klucar,
2013-02-28, 14:27
|
|
|
Re: MiniAccumulo or InstanceOperations or me? - Accumulo - [mail # dev]
|
|
...Created ACCUMULO-1067 ACCUMULO-1068 and ACCUMULO-1069 to capture these. On Thu, Feb 14, 2013 at 3:20 PM, Jim Klucar wrote: ...
|
|
|
Author: Jim Klucar,
2013-02-14, 20:35
|
|
|
[ACCUMULO-1068] Improve Javadoc for Instance Operations - Accumulo - [issue]
|
|
...The difference between InstanceOperations.getSiteConfiguration and getSystemConfiguration could be highlighted more clearly in the Javadoc. Also how they relate to getProperty and setPropert...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1068
Author: Jim Klucar,
2013-02-14, 20:33
|
|
|
[ACCUMULO-1069] InstanceOperations get/set/remove Property methods are ambiguous - Accumulo - [issue]
|
|
...InstanceOperations contains several methods for property manipulation that are ambiguous. The current API has setProperty and removeProperty methods, but two getters: getSystemConfigur...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1069
Author: Jim Klucar,
2013-02-14, 20:33
|
|
|
[ACCUMULO-1067] InstanceOperations.setProperty / getSystemConfiguration inconsistent state - Accumulo - [issue]
|
|
...Performing an InstanceOperations.setProperty followed by an InstanceOperations.getSystemConfiguration can show that the property set wasn't actually set. This is most likely due to the fact ...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1067
Author: Jim Klucar,
2013-02-14, 20:27
|
|
|
Re: MiniAccumulo or InstanceOperations or me? - Accumulo - [mail # dev]
|
|
...I agree with the javadoc comment. I could even pony up to supplying a patch for that. Also, the setProperty and removeProperty method names are somewhat ambiguous. Since there are two ...
|
|
|
Author: Jim Klucar,
2013-02-14, 20:20
|
|
|
|