in drill-override.com, something like:

    drill.exec: {
      cluster-id: "drillbits1",
      zk.connect: "localhost:2181",
      spill: {
         directories : [ "/some/other/place/for/spill" ],
         fs : "file:///"
      },
      tmp: {
        directories: ["/some/other/place/for/tmp"],
        filesystem: "drill-local:///"
      },
    }

to move various things from defaults to other places.



> On Aug 19, 2020, at 14:25, Pooja Shree <[email protected]> wrote:
> 
> Hi,
> 
> I have installed drill in Linux server and started using distributed mode.
> I have one question regarding the /tmp/drill. I knw it is generated
> folder.but i want to move that drill out of /tmp. What config needs to be
> done. Please help me with it.
> 
> Thanks in Advance.

Reply via email to