Ben White created SENTRY-619:
--------------------------------
Summary: Support for S3 URIs
Key: SENTRY-619
URL: https://issues.apache.org/jira/browse/SENTRY-619
Project: Sentry
Issue Type: Bug
Affects Versions: 1.4.0
Reporter: Ben White
Sentry will error if a table's location URI does not begin with hdfs:// or
file://, for example:
{noformat}
hive> create external table kv (key int, values string) location
's3://data.s3ndemo.hive/kv';
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask.
MetaException(message:java.lang.IllegalArgumentException: URI
's3://data.s3ndemo.hive/kv' in invalid. Must start with file:// or hdfs://)
{noformat}
Support for s3, s3n and s3a URIs would be useful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)