Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82597537 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -45,7 +45,7 @@ drill.client: { supports-complex-types: true } -drill.home: "/tmp" +drill.dfs-home: "/tmp" --- End diff -- Decided to use new approach: Introduced new config parameter ${drill.exec.udf.directory.root} which is not set by default. User may override it if he wants to have custom root for remote udf areas. If not set, fs.getHomeDirectory() is used. For example (depending under which user drillbit is started): Linux - /home/arina Windows - /C:/Users/Arina DFS - /user/root
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---