StephanEwen commented on issue #8805: [FLINK-12902][hadoop] Remove flink-shaded-yarn-tests URL: https://github.com/apache/flink/pull/8805#issuecomment-507569537 How about rethinking the Hadoop/Yarn dependencies a bit? If we want a hadoop-free Flink, then no module should bundle and `flink-shaded-hadoop` dependency in *compile* scope. These dependencies should always be *provided*, meaning used for compilation, but would have to be dropped in externally during runtime. Changing that in the `flink-yarn` modules allows us to drop all the exclusion rules downstream, like in `flink-yarn-tests` or in `flink-dist`, which seems the right way.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
