-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: build spark 4 #1195
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
Closed
Closed
feat: build spark 4 #1195
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Various update: log4shell removal, testing-tools uid/gid * address review feedback
* patches I * patches I * wip: patch hbase to use listener endpoints * changed rendering * rework patch for UI * Consistently override the advertised ports * add listener endpoint and info port to hbase-site.xml * patch and entrypoint refactoring * hbase: use listener service for region mover * hbase: patch for 2.6.2 endpoints * removed dead variable * Update hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch Co-authored-by: Natalie Klestrup Röijezon <[email protected]> * Update hbase/stackable/patches/2.6.1/0005-Allow-overriding-ipc-bind-port-and-use-alternative-p.patch Co-authored-by: Natalie Klestrup Röijezon <[email protected]> * review comments: added constants etc. * set RPC_CLIENT_SPECIFY_HOST to true by default * corrected constant descriptions * updated 2.6.2 patch * patch 2.6.1 to reverse bound/advertised properties * property re-working for 2.6.2 * provide advertised port as a fallback, removed changes to test class --------- Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
* Remove Hello World operator * Fix README generation * make pre-commit happy
* chore: Bump UBI9-minimal base image * Bump Rust to 1.87.0 * changelog * changelog
* fix: selectively copy items from hadoop-builder image to final image to not overwrite things from the base image * Apply suggestion from @NickLarsenNZ --------- Co-authored-by: Nick <[email protected]>
* Change UID & GID to 1000/1000, reverting the previous change from PR #1164 * chore: Set default GID to 0 * chore: Update changelog --------- Co-authored-by: Nick Larsen <[email protected]>
* chore: Change GID to 1000 * chore: Update changelog link * chore: Remove changelog entry
* fix: Update nipyapi to 0.22.0 to work with custom nifi versions * Update testing-tools/python/requirements.txt Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
* feat: separate Dockerfile for Hadoop * chore: changelog / lint fix * feat: remove unnecessary Hadoop components in distributed JARs * chore: rename HADOOP_HADOOP to HADOOP_VERSION * chore: rename HBASE_HBASE to HBASE_VERSION
* Backport HADOOP-18583 & fix OpenSSL native library * Update CHANGELOG.md Co-authored-by: Nick <[email protected]> --------- Co-authored-by: Nick <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Part of: stackabletech/spark-k8s-operator#586
Definition of Done Checklist
Note
Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.
Please make sure all these things are done and tick the boxes
TIP: Running integration tests with a new product image
The image can be built and uploaded to the kind cluster with the following commands:
See the output of
bake
to retrieve the image tag for<image-tagged-with-the-major-version>
.