[
https://issues.apache.org/jira/browse/DRILL-8364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644326#comment-17644326
]
ASF GitHub Bot commented on DRILL-8364:
---------------------------------------
cgivre commented on PR #2714:
URL: https://github.com/apache/drill/pull/2714#issuecomment-1340938156
>
@jnturton
I don't know. Unlike the regular storage plugins, which are pretty
self-contained, to use a file system, you have to "register" it in the
`FileSystemPlugin` class. (See below). I assumed, perhaps incorrectly, that
new file systems had to be in the `java-exec` package. I'm not a packaging
expert, so do you know what we'd have to do in order to move these to `contrib`?
https://github.com/apache/drill/blob/53e4227650755607db961b758b7966b1d6d4582f/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/FileSystemPlugin.java#L93-L96
> Add Support for OAuth Enabled File Systems
> ------------------------------------------
>
> Key: DRILL-8364
> URL: https://issues.apache.org/jira/browse/DRILL-8364
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - File
> Affects Versions: 1.20.2
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 2.0.0
>
>
> Currently Drill supports reading from file systems such as HDFS, S3 and
> others that use token based authentication. This PR extends Drill's plugin
> architecture so that Drill can connect with other file systems which use
> OAuth 2.0 for authentication.
> This PR also adds support for Drill to query Box.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)