paul-rogers commented on a change in pull request #2236: URL: https://github.com/apache/drill/pull/2236#discussion_r641005621
########## 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: Thanks for the explanation. Not much we can do, I suppose. -- 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