Skip to content

Commit

Permalink
Remove references to deprecated ZooKeeperInstance
Browse files Browse the repository at this point in the history
Remove several references to the deprecated class ZooKeeperInstance.

Part of #2443.
  • Loading branch information
lbschanno committed Aug 6, 2024
1 parent 5617f02 commit f1022ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.apache.accumulo.core.client.TableDeletedException;
import org.apache.accumulo.core.client.TableNotFoundException;
import org.apache.accumulo.core.client.TableOfflineException;
import org.apache.accumulo.core.client.ZooKeeperInstance;
import org.apache.accumulo.core.client.security.tokens.PasswordToken;
import org.apache.accumulo.core.clientImpl.ClientConfConverter;
import org.apache.accumulo.core.clientImpl.ClientContext;
Expand Down Expand Up @@ -243,7 +242,7 @@ public static void setInputInfo(Job job, String user, byte[] passwd, String tabl
}

/**
* Configure a {@link ZooKeeperInstance} for this configuration object.
* Configure the zookeeper servers for this configuration object.
*
* @param conf
* the Hadoop configuration object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import org.apache.accumulo.core.client.MutationsRejectedException;
import org.apache.accumulo.core.client.TableExistsException;
import org.apache.accumulo.core.client.TableNotFoundException;
import org.apache.accumulo.core.client.ZooKeeperInstance;
import org.apache.accumulo.core.client.security.tokens.PasswordToken;
import org.apache.accumulo.core.data.ColumnUpdate;
import org.apache.accumulo.core.data.Mutation;
Expand Down

0 comments on commit f1022ce

Please sign in to comment.