I want to trace ip address of drillbits, but not host name. I find the use.ip:false in drill-on-yarn-example.conf and also USE_IP_ADDRESS in ExecConstants.java.
But when I set use.ip:true, I still find the host name for endpoint, but not ip address. Is there an easy way to use ip address? It may be useful for debug and binding the special ip.
