You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/15 03:33:06 UTC

[GitHub] [dolphinscheduler] jieguangzhou opened a new issue, #10986: [Bug] [MLflow Task plugin] Bug title

jieguangzhou opened a new issue, #10986:
URL: https://github.com/apache/dolphinscheduler/issues/10986

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
    Sometimes errors are reported using preset algorithms
   ```
   File "/home/lucky/anaconda3/bin/mlflow", line 8, in <module>
   	    sys.exit(cli())
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1128, in __call__
   	    return self.main(*args, **kwargs)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1053, in main
   	    rv = self.invoke(ctx)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1659, in invoke
   	    return _process_result(sub_ctx.command.invoke(sub_ctx))
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1395, in invoke
   	    return ctx.invoke(self.callback, **ctx.params)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 754, in invoke
   	    return __callback(*args, **kwargs)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/cli.py", line 168, in run
   	    projects.run(
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/__init__.py", line 293, in run
   	    submitted_run_obj = _run(
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/__init__.py", line 92, in _run
   	    submitted_run = backend.run(
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/backend/local.py", line 45, in run
   	    work_dir = fetch_and_validate_project(project_uri, version, entry_point, params)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 130, in fetch_and_validate_project
   	    work_dir = _fetch_project(uri=uri, version=version)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 164, in _fetch_project
   	    _fetch_git_repo(parsed_uri, version, dst_dir)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 191, in _fetch_git_repo
   	    origin.fetch(depth=GIT_FETCH_DEPTH)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/remote.py", line 886, in fetch
   	    res = self._get_fetch_info_from_stderr(proc, progress,
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/remote.py", line 750, in _get_fetch_info_from_stderr
   	    proc.wait(stderr=stderr_text)
   	  File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/cmd.py", line 502, in wait
   	    raise GitCommandError(remove_password_if_present(self.args), status, errstr)
   	git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
   	  cmdline: git fetch -v --depth=1 origin
   	  stderr: 'fatal: unable to access 'https://github.com/apache/dolphinscheduler-mlflow/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.'
   
   ```
   
   ### What you expected to happen
   
   This might solve the problem
   ```shell
   apt-get install gnutls-bin
   git config --global http.sslVerify false
   git config --global http.postBuffer 1048576000
   ```
   
   ### How to reproduce
   
   Run MLflow Projects (BasicAlgorithm or AutoML)
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10986: [Bug] [MLflow Task plugin] Bug title

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10986:
URL: https://github.com/apache/dolphinscheduler/issues/10986#issuecomment-1185139046

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caishunfeng closed issue #10986: [Bug] [MLflow Task plugin] Sometimes errors are reported using preset algorithms

Posted by GitBox <gi...@apache.org>.
caishunfeng closed issue #10986: [Bug] [MLflow Task plugin] Sometimes errors are reported using preset algorithms
URL: https://github.com/apache/dolphinscheduler/issues/10986


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org