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

Flower is always restarting #49

Closed
sdikby opened this issue Nov 15, 2016 · 3 comments
Closed

Flower is always restarting #49

sdikby opened this issue Nov 15, 2016 · 3 comments

Comments

@sdikby
Copy link

sdikby commented Nov 15, 2016

hi,
i am using the last version of this docker-airflow, and i noticed that flower is always restarting and i don't have acces to the webserver

HTTP/1.1 200 OK
[2016-11-15 16:45:46,526] {init.py:36} INFO - Using executor CeleryExecutor
[2016-11-15 16:45:46,584] {driver.py:120} INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
[2016-11-15 16:45:46,607] {driver.py:120} INFO - Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 15, in
args.func(args)
File "/usr/local/lib/python2.7/dist-packages/airflow/bin/cli.py", line 576, in flower
os.execvp("flower", ['flower', '-b', broka, port, api])
File "/usr/lib/python2.7/os.py", line 346, in execvp
_execvpe(file, args)
File "/usr/lib/python2.7/os.py", line 382, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or directory

@puckel
Copy link
Owner

puckel commented Nov 16, 2016

I think this issue is related with the fix deployed for issue #48 (pyhton package flower is no more present).

Fix in progress

@sdikby
Copy link
Author

sdikby commented Nov 16, 2016

@puckel i have just find a fix for that.Tested and works
pip install pandas==0.18.1
&& pip install celery==3.1.23
&& pip install airflow[celery,postgres,hive,hdfs,jdbc]==$AIRFLOW_VERSION
like suggested by #48 but install celery before airflow to force this version and install the older version of panda because it seems there is issues with the version 0.19 (like suggested here #45)

puckel added a commit that referenced this issue Nov 16, 2016
@puckel
Copy link
Owner

puckel commented Nov 16, 2016

New release fix the issue.

Thanks

@puckel puckel closed this as completed Nov 16, 2016
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

2 participants