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
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
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
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
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
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
>