You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Pooja Shree <po...@gmail.com> on 2020/08/19 18:25:06 UTC

Regards /tmp/drill

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.

Re: Regards /tmp/drill

Posted by Bob Rudis <bo...@rud.is>.
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 <po...@gmail.com> 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.