You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Colin Ma (JIRA)" <ji...@apache.org> on 2015/04/20 08:22:58 UTC

[jira] [Commented] (SENTRY-619) Support for S3 URIs

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

Colin Ma commented on SENTRY-619:
---------------------------------

hi, [~benwhite], I think this problem was resolved in sentry-1.5.0.

> 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)