Hi, I'm trying to configure the number of threads that run on each drill node in a cluster, but haven't succeeded. I tried:
$ bin/drillbit.sh start -Dplanner.width.max_per_node=1 but the value remained 3 (the default value). I also tried adding the following line in conf/drill_override.conf: planner.width.max_per_node: 1 but got the same result. Does anyone know how to change this value? Thanks, Eric
