Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/666#discussion_r95811350
--- Diff: distribution/src/resources/drill-override-example.conf ---
@@ -184,7 +184,12 @@ drill.exec: {
# Set this property if custom absolute root should be used for
remote directories
root: "/app/drill"
}
- }
+ },
+ # Setting for Temporary Tables.
+ # See
https://gist.github.com/arina-ielchiieva/50158175867a18eee964b5ba36455fbf#file-temporarytablessupport-md.
+ # Temporary table can be created ONLY in default temporary workspace.
+ # Full workspace name should be indicated (including schema and
workspace separated by dot). Workspace MUST be writable.
+ default_temporary_workspace: "dfs.tmp"
--- End diff --
1. Added file-based restriction in description.
2. Check for temporary workspace validity will be done at drillbit start up.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---