You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/04/21 10:11:04 UTC

[jira] [Updated] (AIRFLOW-1136) Invalid parameters are not captured for Sqoop operators

     [ https://issues.apache.org/jira/browse/AIRFLOW-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bolke de Bruin updated AIRFLOW-1136:
------------------------------------
    Fix Version/s: 1.9.0
                   1.8.2

> Invalid parameters are not captured for Sqoop operators
> -------------------------------------------------------
>
>                 Key: AIRFLOW-1136
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1136
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: operators
>    Affects Versions: 1.8.1
>            Reporter: Henk Griffioen
>            Assignee: Henk Griffioen
>            Priority: Minor
>             Fix For: 1.9.0, 1.8.2
>
>
> 1. The Sqoophook exports data as text if argument file_type is anything other than 'avro', 'sequence' or 'parquet'. Correct behaviour would be to error out if file_type is not 'avro', 'sequence', 'parquet' or 'text'.
> 2. SqoopOperator runs the import command if argument cmd_type is anything other than 'export'. Correct behaviour would be to error out if cmd_type is not 'import' or 'export'.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)