[
https://issues.apache.org/jira/browse/AIRFLOW-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Sachko updated AIRFLOW-3329:
-----------------------------------
Description:
After installing with the command:
{{pip install apache-airflow[s3]}}
and running:
{{ariflow initdb}}
suggests wrong command for kubernetes module installation:
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Could not import
KubernetesPodOperator: No module named 'kubernetes'}}
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Install kubernetes
dependencies with: pip install airflow['kubernetes']}}
{{Should be pip install apache-airflow['kubernetes']}}
was:
After installing with the command:
{{pip install apache-airflow[s3]}}
and running:
{{ariflow initdb}}
suggests wrong command for kubernetes module instalation:
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Could not import
KubernetesPodOperator: No module named 'kubernetes'}}
{{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Install kubernetes
dependencies with: pip install airflow['kubernetes']}}
{{Should be pip install apache-airflow['kubernetes']}}
> Initdb suggests wrong command for kubernetes module installation.
> -----------------------------------------------------------------
>
> Key: AIRFLOW-3329
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3329
> Project: Apache Airflow
> Issue Type: Bug
> Components: utils
> Affects Versions: 1.10.0
> Reporter: Andriy Sachko
> Priority: Minor
>
> After installing with the command:
> {{pip install apache-airflow[s3]}}
> and running:
> {{ariflow initdb}}
> suggests wrong command for kubernetes module installation:
> {{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Could not import
> KubernetesPodOperator: No module named 'kubernetes'}}
> {{WARNI [airflow.utils.log.logging_mixin.LoggingMixin] Install kubernetes
> dependencies with: pip install airflow['kubernetes']}}
> {{Should be pip install apache-airflow['kubernetes']}}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)