apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code

Home Page:https://dolphinscheduler.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] [PyTorch] pythonCommand is not used at runtime, it's always using ${PYTHON_LAUNCHER}

cncws opened this issue · comments

commented

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

  • I set the pythonCommand

image

  • However the value ${PYTHON_LAUNCHER} is used in final shell file

image

  • The different names in PytorchParameters.java and format-data.ts may caused the bug

image
image

What you expected to happen

  • Use the python command path set instead of default value ${PYTHON_LAUNCHER}

image

How to reproduce

  • Change this parameter

image

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct