-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: add spark 4.0.0 image #1216
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0f6436c
feat: add Spark 4.0.0
razvan 0d6a451
update spark client image version
razvan 052515e
Merge branch 'main' into feat/spark-4.0.0
razvan db7f50e
Merge branch 'main' into feat/spark-4.0.0
razvan 493e69b
replace maven-help-plugin with bash-foo
razvan 76401d0
explicitely tell the build script which maven binary to use
razvan c28d923
Merge branch 'main' into feat/spark-4.0.0
razvan 19a5803
comment on the hbase connector version
razvan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
38 changes: 38 additions & 0 deletions
38
spark-k8s/stackable/patches/4.0.0/0001-Update-CycloneDX-plugin.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
From 2da5608928018dd017c91b904eb8f84a4f6df78a Mon Sep 17 00:00:00 2001 | ||
From: Razvan-Daniel Mihai <[email protected]> | ||
Date: Fri, 4 Jul 2025 15:54:55 +0200 | ||
Subject: Update CycloneDX plugin | ||
|
||
--- | ||
dev/make-distribution.sh | 1 - | ||
pom.xml | 5 +++++ | ||
2 files changed, 5 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/dev/make-distribution.sh b/dev/make-distribution.sh | ||
index 16607e45ae..44e345a245 100755 | ||
--- a/dev/make-distribution.sh | ||
+++ b/dev/make-distribution.sh | ||
@@ -176,7 +176,6 @@ BUILD_COMMAND=("$MVN" clean package \ | ||
-Dmaven.javadoc.skip=true \ | ||
-Dmaven.scaladoc.skip=true \ | ||
-Dmaven.source.skip \ | ||
- -Dcyclonedx.skip=true \ | ||
$@) | ||
|
||
# Actually build the jar | ||
diff --git a/pom.xml b/pom.xml | ||
index 443d46a430..632920f100 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -3327,6 +3327,11 @@ | ||
<groupId>org.cyclonedx</groupId> | ||
<artifactId>cyclonedx-maven-plugin</artifactId> | ||
<version>2.8.0</version> | ||
+ <configuration> | ||
+ <projectType>application</projectType> | ||
+ <schemaVersion>1.5</schemaVersion> | ||
+ <skipNotDeployed>false</skipNotDeployed> | ||
+ </configuration> | ||
<executions> | ||
<execution> | ||
<phase>package</phase> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
base = "fa33ea000a0bda9e5a3fa1af98e8e85b8cc5e4d4" | ||
mirror = "https://github.com/stackabletech/spark.git" |
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
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.
Uh oh!
There was an error while loading. Please reload this page.