Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to access tracking UI when installing from source #75

Closed
wegamekinglc opened this issue Jun 22, 2018 · 1 comment
Closed

Not able to access tracking UI when installing from source #75

wegamekinglc opened this issue Jun 22, 2018 · 1 comment

Comments

@wegamekinglc
Copy link

System information

  • Have I written custom code (as opposed to using a stock example script provided in MLflow): No
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • MLflow installed from (source or binary): Source
  • MLflow version (run python -c "from mlflow import version; print(version.VERSION)"): commit 80db6e5
  • Python version: 3.6.5
  • **npm version (if running the dev UI):
  • Exact command to reproduce: mflow ui

Describe the problem

I just do python setup.py install under the source directory and then run mlflow ui. However when I tried to access http://localhost:5000, I always got 404 error.

Source code / logs

cd mlflow
python setup.py install
cd ../..
mlflow ui
@jeanineharb
Copy link

You should also generate the necessary files for the frontend, as described in CONTRIBUTING.rst.

jdlesage pushed a commit to jdlesage/mlflow that referenced this issue Feb 5, 2020
* Introduces support to launch MLflow Projects on YARN.

* fixing all issues with linter.

* adding skein as dependency

* removing dependency on thx

* Taking into account hadoop configuration settings.

As well, project file now can take path to a pex file to be used
for runs launched in YARN.

Fixing linter issues.

* addressing linter issues with logging statements

* fix typo in logging statement

* handling case of dangerous default arguments

* better handling of exception: using logging.exception api

* Fixing assertion message in test for when more than 1 env is present in MLflowProject file.

As well, adding a check for the pex_env file path to make sure
it exists.

* fixing linter issues

* avoid catching too general exception when fetching skein app logs

* fixing typo in variable names + adding docu for YarnSubmittedRun

* avoid redefining buil-in exceptions with those from skein

* removing unneeded tags + logging info

* If entry point is a python script, then ship it as part of additional files.

* python 3 -> python 2

* adding first unit tests for mlflow project runs on yarn.

Adding testing resources for yarn unit tests.

* fix linter on tests for yarn

* composing string on python2 fashion

* more python3 -> python2 changes

* Setting up run environment variables for the yarn containers.

* Refactored some code in yarn.py, added some tests and documentation

* Fix error in doc. Fix error in _parse_yarn_config and added test for it.

* Support when pex_env is an hdfs path

* Update MLflow project documentation with pex environment support

* Improve documentation on Yarn project

* Removed pex support. Launch mlflow run command line on yarn.

* Always specify --no-conda in yarn script

* Support conda env when launching job on yarn

* Updated documentation

* Update exemple yarn project

* Fix linter

* Fix linter

* Fix tests

Co-authored-by: Victor Guerra <vguerra@gmail.com>
jdlesage pushed a commit to jdlesage/mlflow that referenced this issue Aug 17, 2020
dbczumar added a commit to dbczumar/mlflow that referenced this issue May 24, 2022
Dataset representations for ingest step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants