You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/19 09:29:59 UTC

[GitHub] tillrohrmann closed pull request #7135: [FLINK-10920] Remove Kafka examples from flink-dist

tillrohrmann closed pull request #7135: [FLINK-10920] Remove Kafka examples from flink-dist
URL: https://github.com/apache/flink/pull/7135
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-dist/src/main/assemblies/bin.xml b/flink-dist/src/main/assemblies/bin.xml
index fa1e8048341..89228b39271 100644
--- a/flink-dist/src/main/assemblies/bin.xml
+++ b/flink-dist/src/main/assemblies/bin.xml
@@ -187,48 +187,6 @@ under the License.
 			</excludes>
 		</fileSet>
 
-		<!-- copy jar files of the streaming kafka examples -->
-		<fileSet>
-			<directory>../flink-examples/flink-examples-streaming-kafka/target</directory>
-			<outputDirectory>examples/streaming</outputDirectory>
-			<fileMode>0644</fileMode>
-			<includes>
-				<include>*.jar</include>
-			</includes>
-			<excludes>
-				<exclude>flink-examples-streaming-kafka*.jar</exclude>
-				<exclude>original-*.jar</exclude>
-			</excludes>
-		</fileSet>
-
-		<!-- copy jar files of the streaming kafka 0.10 examples -->
-		<fileSet>
-			<directory>../flink-examples/flink-examples-streaming-kafka-0.10/target</directory>
-			<outputDirectory>examples/streaming</outputDirectory>
-			<fileMode>0644</fileMode>
-			<includes>
-				<include>*.jar</include>
-			</includes>
-			<excludes>
-				<exclude>flink-examples-streaming-kafka*.jar</exclude>
-				<exclude>original-*.jar</exclude>
-			</excludes>
-		</fileSet>
-
-		<!-- copy jar files of the streaming kafka 0.11 examples -->
-		<fileSet>
-			<directory>../flink-examples/flink-examples-streaming-kafka-0.11/target</directory>
-			<outputDirectory>examples/streaming</outputDirectory>
-			<fileMode>0644</fileMode>
-			<includes>
-				<include>*.jar</include>
-			</includes>
-			<excludes>
-				<exclude>flink-examples-streaming-kafka*.jar</exclude>
-				<exclude>original-*.jar</exclude>
-			</excludes>
-		</fileSet>
-
 		<!-- copy jar files of the gelly examples -->
 		<fileSet>
 			<directory>../flink-libraries/flink-gelly-examples/target</directory>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services