Skip to content

Commit

Permalink
[hotfix][example] Copy StreamWindowSQLExample.jar to dist/examples/table
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Feb 10, 2020
1 parent aaba4e8 commit edfbbb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flink-examples/flink-examples-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ under the License.
<configuration>
<target>
<copy file="${project.basedir}/target/flink-examples-table_${scala.binary.version}-${project.version}-StreamSQLExample.jar" tofile="${project.basedir}/target/StreamSQLExample.jar"/>
<copy file="${project.basedir}/target/flink-examples-table_${scala.binary.version}-${project.version}-StreamWindowSQLExample.jar" tofile="${project.basedir}/target/StreamWindowSQLExample.jar"/>
<copy file="${project.basedir}/target/flink-examples-table_${scala.binary.version}-${project.version}-WordCountSQL.jar" tofile="${project.basedir}/target/WordCountSQL.jar"/>
<copy file="${project.basedir}/target/flink-examples-table_${scala.binary.version}-${project.version}-WordCountTable.jar" tofile="${project.basedir}/target/WordCountTable.jar"/>
<copy file="${project.basedir}/target/flink-examples-table_${scala.binary.version}-${project.version}-StreamTableExample.jar" tofile="${project.basedir}/target/StreamTableExample.jar"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Simple example for demonstrating the use of SQL in Java.
*
* <p>Usage: {@code ./bin/flink run ./examples/table/StreamWindowSQLExample.java}
* <p>Usage: {@code ./bin/flink run ./examples/table/StreamWindowSQLExample.jar}
*
* <p>This example shows how to:
* - Register a table via DDL
Expand Down

0 comments on commit edfbbb7

Please sign in to comment.