Hello all: I have been studying installing Drill on data nodes within a hadoop cluster. According to the Drill's online document, we can install Drill on each datanode of hdfs. And then we can change the connection setting in file storage plugin to hdfs's namenode to finish the set up. And here comes my question, as we know a file will be split into several blocks based on the setting, so is the query will be split and assigned to each drill instance on each datanode? I would like to know how more about how Drill works in distributed mode with hdfs cluster. Thank you!!
-- BR, LittleCho
