Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Christopher
I think a lot of you are getting bugs because you're trying to build with both the "hadoop-default" / "hadoop2" and the "hadoop3" profile active at the same time, and that's causing dependency resolution issues because the classpath is polluted with a bunch of extra stuff (which you can see by addi

Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Mark Owens
If I update the pom's with the commons-configuration changes suggested by Dave in a previous post, I can successfully run the Sunny profile tests with both Hadoop 2 and Hadoop 3. On Tue, Apr 11, 2023 at 1:16 PM Daniel Roberts wrote: > Yes, I changed the memory settings last week and was able to

Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Daniel Roberts
Yes, I changed the memory settings last week and was able to pass the ExamplesIT.testScansWithInterference and ExamplesIT.testIsolatedScansWithInterference without issue. Given these environmental tweaks, do we have a documented minimum machine spec that we expect the release tests to pass on? On

Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Dave Marion
Chris Shannon pointed out that this test was failing and the resolution was to give it more memory (see https://github.com/apache/accumulo/issues/3281). On Mon, Apr 10, 2023 at 6:04 PM Dave Marion wrote: > *mvn clean verify -Phadoop3,sunny* failed in ExamplesIT with the > aforementioned changes

Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Christopher Shannon
The test failure for ExamplesIT.testScansWithInterference is likely from out of memory. See https://github.com/apache/accumulo/issues/3281 On Tue, Apr 11, 2023 at 12:21 PM Dominic Garguilo < dominic.gargu...@gmail.com> wrote: > After running > mvn clean verify -Phadoop3,sunny > I am consistently

Re: [VOTE] Apache Accumulo 1.10.3-rc1

2023-04-11 Thread Dominic Garguilo
After running mvn clean verify -Phadoop3,sunny I am consistently seeing the following: [ERROR] > org.apache.accumulo.core.conf.CredentialProviderFactoryShimTest.extractFromHdfs > Time elapsed: 3.605 s <<< ERROR! > java.lang.NoClassDefFoundError: > org/apache/commons/beanutils/BeanIntrospector >