Are you running on a distributed file system? Drill doesn't currently support querying the same local directory on three separate nodes (e.g. select * from /var/log). We've talked about enhancing it to support this behavior and based on your email it sounds like that might be what you are attempting.
On Thu, Oct 30, 2014 at 8:08 AM, Chris Drawater <[email protected]> wrote: > In a our 3 node Ubuntu VM Drill cluster, we have tested UDP multi-casting > extensively and that works fine. > > Listening in on the multicast IP address, we can also see what looks like > the Drillbits 'pinging'... > > > > A single Zookeeper instance is aware of the 3 drillbits.. > > > > But when we execute a SQL query, the foreman drillbits returns only its > local data (and not data from all 3 nodes). > > > > The foreman does not communicate with the other drillbits and looks like it > thinks that a local zookeeper instance is present, which is not the case. > > > > We've tried both version 0.5 and 0.6 and still the same story. > > > > Assuming it is a configuration/environment issue... does anyone have any > ideas or suggestions ? > > > > Thanks, > > Chris > > > >
