You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/03/20 22:26:38 UTC

[jira] [Commented] (DRILL-2413) FileSystemPlugin refactoring: avoid sharing DrillFileSystem across schemas

    [ https://issues.apache.org/jira/browse/DRILL-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372151#comment-14372151 ] 

Venki Korukanti commented on DRILL-2413:
----------------------------------------

Review Board link: https://reviews.apache.org/r/32331/

> FileSystemPlugin refactoring: avoid sharing DrillFileSystem across schemas
> --------------------------------------------------------------------------
>
>                 Key: DRILL-2413
>                 URL: https://issues.apache.org/jira/browse/DRILL-2413
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Metadata, Storage - Information Schema
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>             Fix For: 0.9.0
>
>         Attachments: DRILL-2413-1.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)