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

Fabian Hueske commented on FLINK-5994:
--------------------------------------

I don't think we need to include Janino into the default {{flink-table}} 
artifact. If the {{flink-table}} dependency is added to a project (pom.xml), 
Maven (or any other build tool) will automatically fetch the required 
dependencies including Janino. The default jar is not the right file to add to 
the ./lib folder.

I created FLINK-6247 to create a jar-with-dependencies for {{flink-table}} 
which should be put to the {{./opt}} folder. From there users can copy it to 
{{./lib}} to load the Table API into the default class loader.

I propose to close this issue.

> Add Janino to flink-table JAR file
> ----------------------------------
>
>                 Key: FLINK-5994
>                 URL: https://issues.apache.org/jira/browse/FLINK-5994
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API & SQL
>    Affects Versions: 1.2.0
>            Reporter: Timo Walther
>            Assignee: sunjincheng
>
> It seems that Janino is not part of the flink-table JAR file although it is a 
> dependency in pom.xml. Users adding flink-table to Flink's lib folder because 
> of FLINK-5227 cannot run table program due to the missing Janino dependency.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to