You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
Component
Makefiles
What happened + What you expected to happen
When building release 0.2.1, the spark transform was failing. On close inspection, I found that the make file correctly builds data-prep-kit-spark-3.5.2:latest but when building the image for the transform, the makefile was referencing data-prep-kit-spark-3-5-2:0.2.1 (using the 0.2.1 tag instead of the latest tag)
The log shows the following when building the image for the base image:
touma-I
changed the title
[Bug] Fail to build transform spark image when using a release tag x.y.z (.dev)
[Bug] Fail to build transform spark image when using a release tag x.y.z (without any .devN suffix)
Sep 25, 2024
Search before asking
Component
Makefiles
What happened + What you expected to happen
When building release 0.2.1, the spark transform was failing. On close inspection, I found that the make file correctly builds data-prep-kit-spark-3.5.2:latest but when building the image for the transform, the makefile was referencing data-prep-kit-spark-3-5-2:0.2.1 (using the 0.2.1 tag instead of the latest tag)
The log shows the following when building the image for the base image:
The log shows for following when building the image for the transforms.
The complete log can be found here: https://github.com/IBM/data-prep-kit/actions/runs/11034666653/job/30648903714?pr=622
Reproduction script
modify .make.versions and set DPK_VERSION_SUFFIX=
rebuild spark image and noop-transform image
Anything else
No response
OS
Ubuntu
Python
3.10.x, 3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: