You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Abhishek Tiwari (JIRA)" <ji...@apache.org> on 2017/08/24 19:47:00 UTC

[jira] [Closed] (GOBBLIN-79) Add config to specify database for JDBC source

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

Abhishek Tiwari closed GOBBLIN-79.
----------------------------------
    Resolution: Fixed

> Add config to specify database for JDBC source
> ----------------------------------------------
>
>                 Key: GOBBLIN-79
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-79
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: Abhishek Tiwari
>            Assignee: Arjun Singh Bora
>              Labels: Source:JDBC, enhancement
>
> SQLServer needs database name in connection string (atleast in Gobblin impl), without which getMetadata() calls are failing. So add a way to specify it in config. 
> Presently alternative to that is to specify this in pull file: 
> source.conn.port=1433;databaseName=dbName 
> (the port is read in as a string, so databaseName appended to it does the trick) 
> Thanks @jinhyukchang for discovering this and the fix. 
>  
> *Github Url* : https://github.com/linkedin/gobblin/issues/1317 
> *Github Reporter* : [~abti] 
> *Github Created At* : 2016-10-17T18:26:45Z 
> *Github Updated At* : 2016-10-17T18:30:32Z



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)