*mvn clean verify -Phadoop3,sunny* failed in ExamplesIT with the
aforementioned changes. Specifically, ExamplesIT.testScansWithInterference
failed with a server error when closing the batch writer. No further
information in the logs.
On Mon, Apr 10, 2023 at 5:06 PM Dave Marion wrote:
> Updating
Updating commons-configuration from 1.6 to 1.10 did the trick I think.
Versions 1.7, 1.8, and 1.9 had compilation issues. I'm not veto-ing because
other people have built with the hadoop3 profile even though more than one
of us have had an issue. Here are the changes I made to get me past the
Crede
+1
I ran the tests with no errors via
mvn clean verify package -Psunny
and
mvn clean verify package -Dhadoop.profile=3 -Psunny
Also ran ingest and verify on 195M entries.
On Mon, Apr 10, 2023 at 1:31 PM Daniel Roberts wrote:
> Dave & Mark,
>
> Running the sunny tests with the hadoop 3 profile
Dave & Mark,
Running the sunny tests with the hadoop 3 profile resulted in no local
errors for me.
`mvn clean verify package -Dhadoop.profile=3 -Psunny`
So I checked my local maven repo and while I do have commons-configuration
1.6, the pom lists commons-beanutils-core:1.8.0 as a dependency.
comm
Running the hadoop3 profile, I also had an issue with the
CredentialProviderFactoryShimTest as did Dave. I was running on CentOS7.
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
7.559 s <<< FAILURE! - in
org.apache.accumulo.core.conf.CredentialProviderFactoryShimTest
[ERR
>From what I can tell:
1. commons-configuration:1.6 has a commons-beanutils:1.7.0 dependency
2. hadoop-common:3.0.3 has a commons-beanutils:1.9.3 dependency,
hadoop-common:2.6.5 has no such dependency
Hadoop 3.0.3 is failing because the commons-beanutils:1.9.3 dependency must
not be on the classp
+1
I verified the sha512 and asc signatures match. Ran sunny tests on the source
tarball, once with:
> mvn clean verify package -Psunny
And again with
> mvn -Dhadoop.profile=3 clean verify package -Psunny
Both passed and I did not replicate the build issue that Dave is having.
Ed Coleman
---
The quarterly report has been submitted. I added some text to reflect that
10.1.3 RC is in progress. Full text submitted from the report tool is below
(formatting may be off because this is a cut-n-paste from the tool)
Ed Coleman
submitted report 4/10/2023
## Description:
The missi
I built the source tarball using the hadoop3 profile again and encountered
the issue below. The version of hadoop (3.0.3) has not changed, so I assume
that this is related to a change in our dependencies.
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
3.856 s <<< FAILURE!