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/04/24 14:14:50 UTC

[GitHub] [flink] zentol commented on a change in pull request #8225: FLINK-10984]Remove flink-shaded-hadoop from flink

zentol commented on a change in pull request #8225: FLINK-10984]Remove flink-shaded-hadoop from flink
URL: https://github.com/apache/flink/pull/8225#discussion_r278145548
 
 

 ##########
 File path: flink-dist/pom.xml
 ##########
 @@ -399,23 +399,6 @@ under the License.
 					<name>include-hadoop</name>
 				</property>
 			</activation>
-			<dependencies>
-				<!--
-                    The Hadoop 2 Uber jar should not go into the Flink dist jar, but
-                    sit next to it. Hence, we set it to 'provided' here.
-                -->
-
-				<dependency>
-					<groupId>org.apache.flink</groupId>
-					<artifactId>flink-shaded-hadoop2-uber</artifactId>
 
 Review comment:
   we want to retain the ability to bundle hadoop, for the time being at least, as such this should stay (without it the entire profile makes no sense anyway)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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