ctubbsii commented on a change in pull request #743: New MapReduce API
URL: https://github.com/apache/accumulo/pull/743#discussion_r230189421
##########
File path: test/pom.xml
##########
@@ -86,6 +86,10 @@
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-gc</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.accumulo</groupId>
+ <artifactId>accumulo-hadoop-mapreduce</artifactId>
+ </dependency>
Review comment:
We shouldn't add this here. The mapreduce module can contain its own ITs,
which have a test depenency on `accumulo-test`, for the testing framework
stuffs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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