You can change the ports that Drill starts at from 31010 to something else by setting:
drill.exec.rpc.user.server.port You can change the HTTP port by setting: drill.exec.http.port Both of these are configured in drill-override.conf on a per node basis. You can also disable the web server on a particular node by setting drill.exec.http.enabled to false. -- Jacques Nadeau CTO and Co-Founder, Dremio On Wed, Feb 10, 2016 at 8:54 AM, John Omernik <[email protected]> wrote: > Using https://drill.apache.org/docs/ports-used-by-drill/ as start, I was > wondering if it is possible in the drill-overide.conf to set these ports to > be a specific port? > > Do all ports on each drillbit have to be same from bit to bit in a specific > drill cluster? I.e. if I set the ports, that will be the ports used on a > bits for that cluster? I suppose at least one port must be the same on each > bit per drill cluster, otherwise they wouldn't know how to find. Either > way, is it possible to set these to be different values? > > Thanks! > > John >
