-
Notifications
You must be signed in to change notification settings - Fork 9
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
Your dockerfile for airflow-spark docker doesn't work #1
Comments
@quangbilly79 Please use |
Same on: DISTRIB_ID=Ubuntu netcat -> netcat-traditional airflow-webserver_1 | /usr/bin/env: ‘bash\r’: No such file or directory |
I got the same because I tried to run it on a new Ubuntu version. When I first installed it in Turbolader Ubuntu version it worked. |
I can't build this Dockerfile: https://github.com/pyjaime/docker-airflow-spark/blob/master/airflow/Dockerfile
Error at line 68: && pip install --use-feature=2020-resolver apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \
especially at the --use-feature=2020-resolve part
Please check again
The text was updated successfully, but these errors were encountered: