| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
588 (0.278s).
|
|
|
Loading phrases to help you refine your search...
|
|
Saturday May 4th, Accumulo Hackathon in Fairfax, VA - Accumulo - [mail # user]
|
|
...The morning wil start with an introduction to Apache Accumulo and the Apache Accumulo codebase. After the intro, there will be Apache Accumulo experts on hand to assist attendees to build ne...
|
|
|
Author: David Medinets,
2013-04-02, 21:24
|
|
|
Large Data Size in Row or Value? - Accumulo - [mail # user]
|
|
...I have a chunk of data (let's say 400M) that I want to store in Accumulo. I can store the chunk in the ColumnFamily or in the Value. Does it make any difference to Accumulo which is used? &n...
|
|
|
Author: David Medinets,
2013-04-01, 14:33
|
|
|
Are there any issues with updating the maven-surefire-plugin version from 2.12 to 2.14? - Accumulo - [mail # dev]
|
|
...This bug (https://netbeans.org/bugzilla/show_bug.cgi?id=215148) is annoying me because it prevents me from running single file tests inside NetBeans. I think the change only requires changin...
|
|
|
Author: David Medinets,
2013-03-30, 16:27
|
|
|
[ACCUMULO-340] "Failed to find an available server" error should halt shell. - Accumulo - [issue]
|
|
...When the "Failed to find an available server" message is produced by the 'accumulo shell" it seems to repeat endlessly. Can the code be changed to halt so the user does not have to press "^C...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-340
Author: David Medinets,
2013-03-29, 12:28
|
|
|
Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test? - Accumulo - [mail # dev]
|
|
...Reading http://antoniogoncalves.org/2012/12/13/lets-turn-integration-tests-with-maven-to-a-first-class-citizen/ and making the recommended changes to pom.xml seems to work well. By simply re...
|
|
|
Author: David Medinets,
2013-03-24, 03:53
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...Thank you. Sometimes I get lost in the microscopic. Now I understand. On Fri, Mar 22, 2013 at 6:48 PM, Dave Marion wrote:...
|
|
|
Author: David Medinets,
2013-03-22, 23:54
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...How does it hurt the project if I spend time on this? Accumulo already compiles on Windows. It's the tests that are failing. How does skipping failing tests help? I suggest that unit tests s...
|
|
|
Author: David Medinets,
2013-03-22, 21:42
|
|
|
Re: Use pre-integration-test to start instamo, run tests in integration-test, then stop instamo in post-integration-test? - Accumulo - [mail # dev]
|
|
...Who is in charge of changing the Jenkins configuration? It would be nice to know if the build process executes the integration-test phase. By default, integration-test runs test classes name...
|
|
|
Author: David Medinets,
2013-03-22, 02:42
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...I hate ignoring things. It makes me uneasy. I'm looking at the other tests as well. For example, the AccumuloDFSBase class depends on running /bin/sh to find a umask. No reason that dependen...
|
|
|
Author: David Medinets,
2013-03-22, 02:08
|
|
|
Re: Using powermock-api-mockito in tests? - Accumulo - [mail # dev]
|
|
...Dave, you were very close. Here is the mocking code that I used. Map mockSystemProperties = new HashMap(); mockSystemProperties.put("ACCUMULO_...
|
|
|
Author: David Medinets,
2013-03-22, 01:58
|
|
|
|