[
https://issues.apache.org/jira/browse/GOBBLIN-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16982543#comment-16982543
]
Yu LIU commented on GOBBLIN-982:
--------------------------------
I created this PR for the issue:
https://github.com/apache/incubator-gobblin/pull/2828
> Dependencies missing for running JDBC extraction job
> ----------------------------------------------------
>
> Key: GOBBLIN-982
> URL: https://issues.apache.org/jira/browse/GOBBLIN-982
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-sql
> Affects Versions: 0.14.0, 0.15.0
> Reporter: Yu LIU
> Assignee: Shirshanka Das
> Priority: Major
>
> "gobblin-sql" module has not been added as a dependency and so not being
> packaged into the tarball built, it causes `ClassNotFound` exception while
> running a job with jdbc sources such as `MysqlSource`, `TeradataSource` etc.
>
> Then for running jobs which extract from jdbc source on mr mode, some
> additional dependencies are missing on mapper as it actually runs the jdbc
> extraction operation, and it causes `ClassNotFound` exception if there are
> not added as mr libs:
>
> {code:java}
> commons-dbcp-*.jar
> commons-pool-*.jar
> calcite-core-*.jar
> jasypt-*.jar
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)