[ https://issues.apache.org/jira/browse/FLINK-5994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950541#comment-15950541 ]
sunjincheng edited comment on FLINK-5994 at 3/31/17 12:21 PM: -------------------------------------------------------------- Hi, [~twalthr] I have opened the PR.I took the user's way to check the release packageļ¼ {code} hadoop:target jincheng.sunjc$ jar tf flink-table_2.10-1.3-SNAPSHOT-jar-with-dependencies.jar |grep CompileException javassist/CannotCompileException.class {code} Please check if this change is that you want ? if not so, Unfortunately I can not reproduce the user's flink-table-xxx.jar problem. Best, SunJincheng was (Author: sunjincheng121): Hi, [~twalthr] I have opened the PR.I took the user's way to check the release packageļ¼ {code} hadoop:target jincheng.sunjc$ jar tf flink-dist_2.10-1.3-SNAPSHOT.jar |grep org/codehaus/commons/compiler/CompileException org/codehaus/commons/compiler/CompileException.class {code} {code} hadoop:target jincheng.sunjc$ jar tf flink-table_2.10-1.3-SNAPSHOT.jar |grep CompileException javassist/CannotCompileException.class org/codehaus/commons/compiler/CompileException.class {code} Please check if this change is that you want ? if not so, Unfortunately I can not reproduce the user's flink-table-xxx.jar problem. Best, SunJincheng > 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)