milleruntime commented on a change in pull request #361: ACCUMULO-4784 - Create 
builder for Connector
URL: https://github.com/apache/accumulo/pull/361#discussion_r165191471
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.java
 ##########
 @@ -80,6 +80,21 @@
   private static final Class<?> CLASS = AccumuloOutputFormat.class;
   protected static final Logger log = Logger.getLogger(CLASS);
 
+  /**
+   * Set the connection information needed to communicate with Accumulo in 
this job.
+   *
+   * @param job
+   *          Hadoop job to be configured
+   * @param connectionInfo
+   *          Accumulo connection information
+   * @since 2.0.0
+   */
+  public static void setConnectionInfo(JobConf job, ConnectionInfo 
connectionInfo) throws AccumuloSecurityException {
+    ConnectionInfoImpl info = (ConnectionInfoImpl) connectionInfo;
 
 Review comment:
   Here too.

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