Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>To correctly specify the list of <strong><a href="http://zookeeper.apache.org" rel="nofollow">Apache ZooKeeper</a></strong> nodes when connecting to <strong><a href="http://accumulo.apache.org" rel="nofollow">Apache Accumulo</a></strong> with the <strong>ZooKeeperInstance</strong>, the zooServers should be specified as:</em></p> <ol> <li>A <em>comma-separated list</em> of <strong>host:port</strong> that ZooKeeper is already set up and running on, <em>without spaces</em>.</li> <li>Ensure you are using the <em>client</em> port for <strong>ZooKeeper</strong>, and not the <strong>TServer</strong>. (Port <em>2181</em> is the default client port for ZooKeeper. Port <em>9997</em> is the default client port for TServers.)</li> <li>If you're running ZooKeeper on the default port (<em>2181</em>), you may omit the <em>:port</em> portion, leaving only a comma-separated list of <em>hosts</em>, or you can combine them if you have some on the non-standard port and some on the standard port, as in "<em>proxyhost,proxyhost:2182,thirdhost:2181</em>".</li> <li>It shouldn't matter whether you use the <em>IP address</em> <strong>or</strong> the <em>hostname</em>, so long as whatever you specify can be reached from the client, and the port is <strong>open</strong> and not blocked by a firewall.</li> </ol> <p>See the JavaDoc comment on the constructor <a href="http://svn.apache.org/viewvc/accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java?view=co" rel="nofollow">here</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload