Can you try providing the path in UNIX style? Say like this:

drill.exec: {
...
udf.directory.local: "/udf"
...
}

I could reproduce the issue with "C:\\udf". Updating it as shown above
fixed it. Also make sure the user has write permissions on that dir - if
not, provide a dir path which is writable.

On Mon, Apr 17, 2017 at 8:17 AM Vignesh K. <[email protected]>
wrote:

> Hi Team,
>
>     I started to use Apache Drill recently. Initially I was running
> through an Linux system and everything was working fine. But when I try to
> run through a window system by following the steps in the site 
> *https://drill.apache.org/docs/drill-in-10-minutes/
> <https://drill.apache.org/docs/drill-in-10-minutes/>* I faced issues
> stating Local UDF directory must exist.
>
>     I tried changing drill.exec.udf.directory.local:"C:\\UDF" but then too
> there was a backward slash in the beginning "\C:\\UDF" so it still showed
> the error.
>
>     Could you guys please let me know what is the issue?
>
> Thanks and Regards,
>
> Vignesh K
>

Reply via email to