I believe all Accumulo's ports are configurable, so you could look in docs/config.html, and look for "port". This will give you the best information available for the version you are using, regarding Accumulo's ports.
For 1.5, the default ports are: master.port.client = 9999 tserver.port.client = 9997 gc.port.client = 50091 monitor.port.client = 50095 monitor.port.log4j = 4560 trace.port.client = 12234 You should also consider the behavior of searching for an open port (tserver.port.search; off by default), zookeeper, and HDFS. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Jul 8, 2013 at 3:51 PM, Aaron <[email protected]> wrote: > Is there a list of ports that are used? From everything from > intra-TabletServer? Logger? Tracer? etc > > Cheers, > Aaron
