mikewalch commented on a change in pull request #636: Create AccumuloClient, 
deprecate Connector
URL: https://github.com/apache/accumulo/pull/636#discussion_r216001603
 
 

 ##########
 File path: 
client/mapreduce/src/main/java/org/apache/accumulo/core/client/mapred/AbstractInputFormat.java
 ##########
 @@ -380,7 +381,7 @@ protected static Authorizations 
getScanAuthorizations(JobConf job) {
    * @since 1.5.0
    */
   protected static void validateOptions(JobConf job) throws IOException {
-    Connector conn = InputConfigurator.getConnector(CLASS, job);
+    AccumuloClient conn = InputConfigurator.getConnector(CLASS, job);
 
 Review comment:
   This method should be renamed to `getAccumuloClient()`

----------------------------------------------------------------
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

Reply via email to