Yu LIU created GOBBLIN-982:
------------------------------
Summary: 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
"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)