You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/05/26 20:55:23 UTC

[GitHub] [drill] laurentgo commented on a change in pull request #2236: DRILL-7135: Update to Jetty 9.4

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:
users@infra.apache.org