rangareddy commented on issue #17012:
URL: https://github.com/apache/hudi/issues/17012#issuecomment-5391444755
This issue was reviewed as part of the JIRA-migrated backlog triage
(HUDI-9409).
**Findings: still open.**
The failure named in the description is diagnostic rather than vague:
`java.lang.NoSuchFieldError: NVDIMM` from
`UtilitiesTestBase.initTestServices:152`, hitting
`TestDFSHoodieTestSuiteWriterAdapter`, `TestFileDeltaInputWriter` and
`TestDFSAvroDeltaInputReader`.
`NVDIMM` is a `StorageType` enum constant added in newer Hadoop, so this is
the classic symptom of the test JVM binding an older Hadoop than the one the
code was compiled against - here, the pre-built `apachehudi` dockerhub images
predating Spark 4. That points the fix at the image/dependency matrix rather
than at the tests.
Related integration-test tickets worth coordinating with: #17221 (failing
unit tests in `hudi-integ-test`) and #17276 (integ tests disabled under
`@Disabled("HUDI-8274")`), both from earlier batches.
Keeping this open.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]