Using softlinks for pointers to libraries #1646
-
I'd like to have a directory setup something similar to the following:
The idea is that there is just one common_libs directory containing all my common libraries, and each pipeline dir contains a soflink to that directory. That way, I can easily import the common libs into the stages of my pipeline. The problem arises when I try to run the pipeline on kubeflow - the stages fail when trying to import anything from common_libs because it cannot find the file. It appears the tar command used to create the archive for the pipeline stages includes the softlink to common_libs rather than the files themselves. This is the default behaviour of tar but I believe it can be changed by using the - Any chance of changing the tar command for building the stage archives to include the dereference flag ? Many thanks -- Simon |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@simon-streamotion Thanks for the interesting scenario, Elyra can certainly be updated to support it. As usual, you can provide a pull request, or we will add to our milestones to take a look at it. |
Beta Was this translation helpful? Give feedback.
-
Also, if you are interested in providing a patch, this is most likely the location that needs to be updated: |
Beta Was this translation helpful? Give feedback.
-
Resolved in version 3.0+ by #1689 |
Beta Was this translation helpful? Give feedback.
Resolved in version 3.0+ by #1689