Re: Apache drill High availability

2018-08-28 Thread Hanumath Rao Maduri
Unlike other databases or data engines drill doesn't store data in its own storage engine. So high availability of the data when using Drill means the storage engine needs to support high availability. High availability can also mean that when running a query even though some of the fragments/ nod

Re: Apache drill High availability

2018-08-28 Thread salim achouche
You need to clarify your definition of HA as there can be multiple faults at play: - A Drill cluster can handle nodes going down (and new ones joining the cluster) - Though, running queries (which are executed in a distributed manner) might fail if they had minor-fragments running on a faulty node

Apache drill High availability

2018-08-27 Thread pujari Satish
Hi Team, Good Morning. I am trying to do drill high avilability using Haproxy load balancer. Is drill supports for high availability ? please let me know in this. -Thanks, Satish