More recent implementations of Hadoop's FS use s3a scheme for native Amazon library access to S3.
There are a few places in the druid code that assume a file is either s3 or s3n to use the s3 extensions.
This ask is that the uri scheme for s3a is properly handled.
More recent implementations of Hadoop's FS use s3a scheme for native Amazon library access to S3.
There are a few places in the druid code that assume a file is either
s3ors3nto use the s3 extensions.This ask is that the uri scheme for
s3ais properly handled.