-
-
Notifications
You must be signed in to change notification settings - Fork 8
test: Add test for Apache Iceberg integration #785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
NickLarsenNZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
NickLarsenNZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we want this
docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc
Outdated
Show resolved
Hide resolved
…adoc Co-authored-by: Nick <[email protected]>
|
Tests passed 🚀 |
NickLarsenNZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Clean up smoke test * clean up smoke test part 2 * Add working test :) * Move files * Add and test HDFS functionality * Kerbize HDFS and HMS * Add Kerberos test * Use nightly image * linter * Update Iceberg docs * changelog * Small bumps * Update docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc Co-authored-by: Nick <[email protected]> --------- Co-authored-by: Nick <[email protected]>
* add support for listeners * add very basic integration test * add pr number to changelog * add external-access test * chore: Add NiFi 2.4.0 and remove 2.2.0 (#797) add NiFi 2.4.0 and remove 2.2.0 * test: Add test for Apache Iceberg integration (#785) * Clean up smoke test * clean up smoke test part 2 * Add working test :) * Move files * Add and test HDFS functionality * Kerbize HDFS and HMS * Add Kerberos test * Use nightly image * linter * Update Iceberg docs * changelog * Small bumps * Update docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc Co-authored-by: Nick <[email protected]> --------- Co-authored-by: Nick <[email protected]> * wip: update listener implementation based on implementation for superset operator * use single listener with pvc per rolegroup * update integration tests with crd change * restore iceberg test file * fix listener class in iceberg test * expose https port in headless service * update comment * address feedback from review * remove unused error variants * create headless service name in function * remove unused functions * move listenerClass to roleConfig * use new headless service name in integration tests * move listener constants to listener module * remove duplicate iceberg test * remove hard-coded names * fix integration tests * remove hardcoded role name * improve code quality * set rolegroup label on listener pvcs to none * fix app version label on listener * set rolegroup label on listener pvcs * remove listener class from trino in iceberg test * add note on custom ListenerClasses to docs * remove version argument in reporting task * rename headless service * fix iceberg test * create separate headless services * add missing file * fix iceberg test * use listener scope for tls --------- Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Nick <[email protected]>
Description
Part of #738
Needs stackabletech/docker-images#1060
Definition of Done Checklist
Author
Reviewer
Acceptance