laurentgo commented on a change in pull request #2236: URL: https://github.com/apache/drill/pull/2236#discussion_r640114277
########## File path: exec/java-exec/pom.xml ########## @@ -502,6 +502,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-api</artifactId> + <scope>test</scope> + </dependency> Review comment: Unfortunately the mini dfs cluster tests failed without this dependency, which is why this a test dependency and not a compile/runtime one luckily... -- 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: us...@infra.apache.org