Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r82262083 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -194,10 +194,12 @@ drill.exec: { udf: { retry-attempts: 5, directory: { - base: ${drill.home}"/"${drill.exec.zk.root}"/udf", - staging: ${drill.exec.udf.directory.base}"/staging", - registry: ${drill.exec.udf.directory.base}"/registry", - tmp: ${drill.exec.udf.directory.base}"/tmp" + base: ${drill.exec.zk.root}"/udf", + local: ${drill.exec.udf.directory.base}"/local", --- End diff -- How is this used? The path given by local seems relative: drill/udf Maybe include a simple comment to describe each config setting. Otherwise, I like how this has come together!
--- 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. ---