ctubbsii commented on a change in pull request #743: New MapReduce API URL: https://github.com/apache/accumulo/pull/743#discussion_r230190400
########## File path: test/src/main/java/org/apache/accumulo/test/mapred/AccumuloRowInputFormatIT.java ########## @@ -31,13 +31,15 @@ import org.apache.accumulo.core.client.BatchWriter; import org.apache.accumulo.core.client.BatchWriterConfig; import org.apache.accumulo.core.client.MutationsRejectedException; -import org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat; import org.apache.accumulo.core.data.Key; import org.apache.accumulo.core.data.KeyValue; import org.apache.accumulo.core.data.Mutation; import org.apache.accumulo.core.data.Value; +import org.apache.accumulo.core.security.Authorizations; import org.apache.accumulo.core.security.ColumnVisibility; import org.apache.accumulo.core.util.PeekingIterator; +import org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat; +import org.apache.accumulo.hadoop.mapreduce.InputInfo; Review comment: This test need not be modified. It's currently testing the core mapreduce stuff, and should continue to do so. Rather than mod, these mapred tests should be copied and modified in the new module's `src/test/java` directory to run there. ---------------------------------------------------------------- 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
