About distributed query planning in Dremio

Hi All,

Since some queries needs longer planning time than it’s actual execution, I’m trying to make use of distributed query planning in Dremio. I found it in Dremio docs here. I’ve several questions about it:

  1. When tried to connect to coordinator using zookeeper, it returned an error in which ZK returned the coordinator’s fqdn instead of IP addresses, and thus the JDBC client failed to connect to the coordinators. Since it’s still server-to-server I need to set each coordinator ip in hosts file. But that’s not a smooth solution. Any suggestions?
  2. Can we do the same distributed planning via API?

Cheers