Venkata Sai Akhil Gudesa created SPARK-49526:
------------------------------------------------
Summary: Windows-style paths are unsupported in ArtifactManager
Key: SPARK-49526
URL: https://issues.apache.org/jira/browse/SPARK-49526
Project: Spark
Issue Type: Bug
Components: Connect
Affects Versions: 4.0.0
Reporter: Venkata Sai Akhil Gudesa
Currently, windows-based clients will run into an issue when using the
`addArtifact` API as the path passed to the server would contain backslashes
which the server would interpret as part of the file name rather than a
separator.
E.g if the client sends the name `pyfiles\abc.txt` to the server, then the
artifact would be written out as `<aritfact_directory>/pyfiles\abc.txt` instead
of the correct `<artifact_directory>\pyfiles\abc.txt
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]