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 2019/01/11 13:36:14 UTC

[GitHub] zjffdu commented on a change in pull request #7455: [FLINK-11288][build] Exclude flink-ml from flink-dist

zjffdu commented on a change in pull request #7455: [FLINK-11288][build] Exclude flink-ml from flink-dist 
URL: https://github.com/apache/flink/pull/7455#discussion_r247116908
 
 

 ##########
 File path: flink-dist/src/main/assemblies/opt.xml
 ##########
 @@ -75,14 +75,6 @@
 			<fileMode>0644</fileMode>
 		</file>
 
-		<!-- ML -->
-		<file>
-			<source>../flink-libraries/flink-ml/target/flink-ml_${scala.binary.version}-${project.version}-jar-with-dependencies.jar</source>
-			<outputDirectory>opt/</outputDirectory>
-			<destName>flink-ml_${scala.binary.version}-${project.version}.jar</destName>
-			<fileMode>0644</fileMode>
-		</file>
-
 
 Review comment:
   Why removing it from opt ? Then where can user find it in the binary distribution ?

----------------------------------------------------------------
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