You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Derek Rabindran <dr...@gmail.com> on 2015/05/21 18:48:40 UTC

Replacing the S3 Client

Hi,

Is it possible to replace jets3t, the library used to interact with S3,
with another client?  How does Apache Drill interact with S3 using jets3t?

Thanks

-- 
- Derek Rabindran

Re: Replacing the S3 Client

Posted by Tomer Shiran <ts...@gmail.com>.
Drill uses what's known as the Hadoop 'FileSystem API'. Drill can connect to any local or cloud storage system that has a library conforming to this API.



> On May 21, 2015, at 9:48 AM, Derek Rabindran <dr...@gmail.com> wrote:
> 
> Hi,
> 
> Is it possible to replace jets3t, the library used to interact with S3,
> with another client?  How does Apache Drill interact with S3 using jets3t?
> 
> Thanks
> 
> -- 
> - Derek Rabindran