Jacques Nadeau <jacques@...> writes:
> > 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. > Yes we are using the same local directory on 3 separate nodes. We'd hoped not to use HDFS.. So that would be the problem then. The ability to support this scenario would be a great enhancement as it would simplify testing and deployment. Many thanks for identifying our issue. Chris
