Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently we create one DrillFileSystem (an extension of hadoop FileSystem) instance and share it across all Workspaces created for all queries, FormatPlugins and FormatMatcher. Remove the shared DrillFileSystem instead share the DrillFileSystem configuration and create a DrillFileSystem in each Schema (WorkspaceSchema) using the current user credentials in Schema. The same DrillFileSystem instances to passed to FormatPlugins and FormatMatchers whenever Schemas need to access the file system.
Attachments
Attachments
Issue Links
- depends upon
-
DRILL-1833 Views cannot be registered into the INFORMATION_SCHEMA.`TABLES` after wiping out ZooKeeper data
- Closed