You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/14 17:55:00 UTC

[jira] [Commented] (AIRFLOW-5727) Incorrect SqoopOperator --connect param with jdbc connection

    [ https://issues.apache.org/jira/browse/AIRFLOW-5727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996504#comment-16996504 ] 

ASF subversion and git services commented on AIRFLOW-5727:
----------------------------------------------------------

Commit 55ae4eca3474817304fb503e4f6af65cc4fb477f in airflow's branch refs/heads/v1-10-test from Mindaugas
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=55ae4ec ]

[AIRFLOW-5727] SqoopHook: Build --connect parameter only if port/schema are defined (#6397)

(cherry picked from commit 4649563b56da1da95df7b659f3c3959cbf9a4e71)


> Incorrect SqoopOperator --connect param with jdbc connection
> ------------------------------------------------------------
>
>                 Key: AIRFLOW-5727
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5727
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: contrib
>    Affects Versions: 1.10.5
>            Reporter: Mindaugas Pocius
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> When using JDBC Connection in SqoopOperator it's --connect param is incorrectly set. I.E.: _jdbc:oracle:thin:@//<ip>:<port>/<schema>:*None/None*_. This happens, since JDBC Connection only has url set and no port or schema in DB.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)