Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7289

fs.s3a.path.style.access does not seem to work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.16.0
    • None
    • Functions - Drill
    • None
    • Running on Kubernetes

    Description

      fs.s3a.path.style.access does not seem to work. Please see https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro to know about path style access

      How to reproduce:

      1. Create a bucket in minio(S3 simulator)

      2. Define a storage like below

      "storage": {
      s3: {
      type: "file",
      connection: "s3a://new-bucket",
      "config":

      { "fs.s3a.access.key": "minio-user", "fs.s3a.secret.key": "minio-password", "fs.s3a.endpoint": "http://<minio-url>:9000", "fs.s3a.connection.ssl.enabled": "false", "fs.s3a.path.style.access": "true", "fs.s3a.connection.timeout": "5000", "fs.s3a.connection.maximum": "100" }

      ,
      "workspaces": {
      "tmp":

      { "location": "/tmp/drill", "writable": "true", "defaultInputFormat": "", "allowAccessOutsideWorkspace": "false" }

      ,
      "root":

      { "location": "/", "writable": "false", "defaultInputFormat": "", "allowAccessOutsideWorkspace": "false" }

      },
      "formats": {
      "parquet":

      { "type": "parquet" }

      ,
      "json":

      { "type": "json", "extensions": [ "json" ] }

      ,
      "avro":

      { "type": "avro" }

      },
      "enabled": "true"
      }
      }

      3. In the logs, Expect an error which states

      new-bucket.<minio-url>:9000 is not reachable but what is expected is that Drill tries to reach

      http://<minio-url>:9000/impact-enable-bucket

      Attachments

        Activity

          People

            Unassigned Unassigned
            Gururajesh Gururajesh Elango
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: