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

AWSBatchExecutor in apache-airflow 1.8.2 #4

Open
vijaykukkala opened this issue Oct 31, 2017 · 0 comments
Open

AWSBatchExecutor in apache-airflow 1.8.2 #4

vijaykukkala opened this issue Oct 31, 2017 · 0 comments

Comments

@vijaykukkala
Copy link

Hi, I have a few questions regarding AWSBatchExecutor.
I am trying to use AWSBatchExecutor with apache-airflow 1.8.2.
Ran into an issue loading AWSBatchExecutor. I have added a log trace below for the error.

Wondering if you have any clue on this?

I cleaned up the Dockerfile to remove dependencies related to Oracle-client and Driver and built the image using the docker-compose sample file.

After building the image successfully, Running docker run -it philaairflow_scheduler webserver results in the following.

Initialize database... Traceback (most recent call last): File "/usr/local/bin/airflow", line 17, in <module> from airflow import configuration File "/usr/local/lib/python3.5/dist-packages/airflow/__init__.py", line 31, in <module> from airflow.models import DAG File "/usr/local/lib/python3.5/dist-packages/airflow/models.py", line 63, in <module> from airflow.executors import DEFAULT_EXECUTOR, LocalExecutor File "/usr/local/lib/python3.5/dist-packages/airflow/executors/__init__.py", line 55, in <module> raise AirflowException("Executor {0} not supported.".format(_EXECUTOR)) airflow.exceptions.AirflowException: Executor aws_batch_plugin.AWSBatchExecutor not supported. Traceback (most recent call last): File "/usr/local/bin/airflow", line 17, in <module> from airflow import configuration File "/usr/local/lib/python3.5/dist-packages/airflow/__init__.py", line 31, in <module> from airflow.models import DAG File "/usr/local/lib/python3.5/dist-packages/airflow/models.py", line 63, in <module> from airflow.executors import DEFAULT_EXECUTOR, LocalExecutor File "/usr/local/lib/python3.5/dist-packages/airflow/executors/__init__.py", line 55, in <module> raise AirflowException("Executor {0} not supported.".format(_EXECUTOR)) airflow.exceptions.AirflowException: Executor aws_batch_plugin.AWSBatchExecutor not supported.

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

1 participant