Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80579839 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -45,6 +45,8 @@ drill.client: { supports-complex-types: true } +drill.home: "/tmp" --- End diff -- Drill home is /tmp? Please explain... From below, it seems that "drill.home" means the Drill home directory in DFS. (The problem is, we already use $DRILL_HOME to mean the location of the Drill install.) Maybe change this to "drill.dfs.home" or "drill.dfs-home" to make it clear that this is for DFS.
--- 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. ---