question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Local pipeline fails to run when using relative script

See original GitHub issue

Describe the issue Local pipeline fails to run when using relative script

To Reproduce Steps to reproduce the behavior: 1.Create a pipeline on elyra-pipelines 2.Add a script factorial.r from a sibling directory sample-script 3.See error: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
lresendecommented, Jun 10, 2021

Verified, thanks @bourdakos1

1reaction
ptitzlercommented, Jun 9, 2021

Can you draw the directory layout?

elyra-pipelines/mypipeline.pipeline
sample-script/factorial.r

If this is your scenario then you need to use a symlink - support for kfp/aa is already available in master. (https://github.com/elyra-ai/elyra/pull/1689)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to load file locally with path vs path in Azure Devops build
SourcesDirectory) is the default working directory of the job, so you can access the source files using either relative paths or absolute paths....
Read more >
Error: Relative path is not supported. The related file/directory ...
I am using the PowerShellOnTargetMachines Task to run DSC on a remote server. I can run the DSC file from a PowerShell Command...
Read more >
Troubleshooting ML pipelines - Azure Machine Learning
One of the most common failures in a pipeline is that the domain script does not run as intended, or contains runtime errors...
Read more >
Troubleshooting CI/CD - GitLab Docs
Before a pipeline can run, GitLab evaluates all the jobs in the configuration and tries to add them to all available pipeline types....
Read more >
Pipeline: Basic Steps - Jenkins
When using relative path, it is relative to the current working directory (by default: the workspace). Both Unix and Windows path are supported...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found