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

[AIRFLOW-XXX] Better instructions for airflow flower #4214

Merged
merged 2 commits into from
Nov 20, 2018
Merged

[AIRFLOW-XXX] Better instructions for airflow flower #4214

merged 2 commits into from
Nov 20, 2018

Commits on Nov 20, 2018

  1. Better instructions for airflow flower

    It is not clear in the documentation that you need to have flower installed to successful run airflow flower. If you don't have flower installed, running airflow flower will show the following error which is not of much help:
    
    airflow flower                                                                                       
    [2018-11-20 17:01:14,836] {__init__.py:51} INFO - Using executor SequentialExecutor                                                      
    Traceback (most recent call last):                                                                                                       
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/bin/airflow", line 32, in <module>                     
        args.func(args)                                                                                                                      
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/lib/python3.6/site-packages/airflow/utils/cli.py", line
     74, in wrapper                                                                                                                          
        return f(*args, **kwargs)                                                                                                            
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/lib/python3.6/site-packages/airflow/bin/cli.py", line 1
    221, in flower                                                                                                                           
        broka, address, port, api, flower_conf, url_prefix])                                                                                 
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/lib/python3.6/os.py", line 559, in execvp              
        _execvpe(file, args)                                                                                                                 
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/lib/python3.6/os.py", line 604, in _execvpe            
        raise last_exc.with_traceback(tb)                                                                                                    
      File "/mnt/secondary/workspace/f4/typo-backend/pipelines/model-pipeline/airflow/lib/python3.6/os.py", line 594, in _execvpe            
        exec_func(fullname, *argrest)                                                                                                        FileNotFoundError: [Errno 2] No such file or directory
    GabrielNicolasAvellaneda committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    bcba2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8547950 View commit details
    Browse the repository at this point in the history