[
https://issues.apache.org/jira/browse/FLINK-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950631#comment-15950631
]
Fabian Hueske commented on FLINK-5227:
--------------------------------------
I think adding {{flink-table}} to {{flink-dist}} should be a different issue.
We do not want to bundle {{flink-table}} into the main jar file. This jar file
should only contain the what is absolutely needed. The {{./opt}} folder
contains jar files that can be moved to {{./lib}} to include the dependencies
when the TMs are started.
> Add warning to include flink-table in job fat jars
> --------------------------------------------------
>
> Key: FLINK-5227
> URL: https://issues.apache.org/jira/browse/FLINK-5227
> Project: Flink
> Issue Type: Improvement
> Components: Documentation, Table API & SQL
> Affects Versions: 1.2.0, 1.1.3
> Reporter: Fabian Hueske
> Fix For: 1.1.5
>
>
> {{flink-table}} depends on Apache Calcite which includes a JDBC Driver that
> prevents classloaders from being collected. This is a known issue with
> {{java.sqlDriverManager}} and can eventually cause OOME Permgen Taskmanager
> failures.
> The current workaround is to not include {{flink-table}} in the fat job JAR.
> Instead the {{flink-table}} jar files should be added to the {{lib}} folder
> of the TaskManagers.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)