[ 
https://issues.apache.org/jira/browse/SPARK-54508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-54508.
-----------------------------------
    Fix Version/s: 4.1.0
       Resolution: Fixed

Issue resolved by pull request 53219
[https://github.com/apache/spark/pull/53219]

> spark-pipelines fails when spec file is in different directory than CWD
> -----------------------------------------------------------------------
>
>                 Key: SPARK-54508
>                 URL: https://issues.apache.org/jira/browse/SPARK-54508
>             Project: Spark
>          Issue Type: Bug
>          Components: Declarative Pipelines
>    Affects Versions: 4.1.0
>            Reporter: Sanford Ryza
>            Assignee: Sanford Ryza
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.1.0
>
>
> Succeeds:
> ```
> spark-pipelines run --spec spark-pipelines.yml
> ```
> Fails:
> ```
> cd ..
> spark-pipelines run --spec subdir/spark-pipelines.yml
> ```
> Error:
> ```
> pyspark.errors.exceptions.connect.AnalysisException: [RUN_EMPTY_PIPELINE] 
> Pipelines are expected to have at least one non-temporary dataset defined 
> (tables, persisted views) but no non-temporary datasets were found in your 
> pipeline.
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to