Hi. To mention the Zookeeper server in the sqoop import command, use the accumulo-zookeepers switch. Example:
$ sqoop import <all other parameters> --accumulo-zookeepers <host:port>
Here, replace <host:port> with the hostname and port number of the server you wish to use. Suppose there are multiple servers, then you can use a comma-separated values of hosts and ports of the servers.