Github user mgummelt commented on a diff in the pull request: https://github.com/apache/spark/pull/17723#discussion_r121479981 --- Diff: resource-managers/yarn/pom.xml --- @@ -167,30 +167,30 @@ <version>${jersey-1.version}</version> </dependency> - <!-- - Testing Hive reflection needs hive on the test classpath only. - It doesn't need the spark hive modules, so the -Phive flag is not checked. - --> + <!-- These dependencies are duplicated from core, because dependencies in the "provided" + scope are not transitive.--> <dependency> <groupId>${hive.group}</groupId> <artifactId>hive-exec</artifactId> - <scope>test</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>${hive.group}</groupId> <artifactId>hive-metastore</artifactId> - <scope>test</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> - <scope>test</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libfb303</artifactId> - <scope>test</scope> + <scope>provided</scope> </dependency> + + --- End diff -- fixed
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org