Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/672#discussion_r90266159 --- Diff: distribution/src/resources/drill-env.sh --- @@ -141,4 +141,9 @@ # Arguments passed to sqlline (the Drill shell) at all times: whether # Drill is embedded in Sqlline or not. -#export DRILL_SHELL_JAVA_OPTS="..." \ No newline at end of file +#export DRILL_SHELL_JAVA_OPTS="..." + +# Location Drill should use for temporary files, such as downloaded dynamic UDFs jars. +# Set to "/tmp" by default. +# +# export DRILL_TMP_DIR="..." --- End diff -- Nit: add a newline after this line.
--- 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. ---