Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-619

Support for S3 URIs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.5.0
    • None
    • None

    Description

      Sentry will error if a table's location URI does not begin with hdfs:// or file://, for example:

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

      Support for s3, s3n and s3a URIs would be useful.

      Attachments

        Activity

          People

            Unassigned Unassigned
            benwhite Ben White
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: