I see the example to configure HDFS as the custom distributed cache location. I’m trying to configure my custom cache location to S3 like this…
paths: {
local: “/data/dremio”
dist: “s3a://my-dremio-bucket/dremio-cache”
}
Where do I configure the AWS Credentials? When starting the dremio service, I’m getting this error.
Catastrophic failure occurred. Exiting. Information follows: Failed to start services, daemon exiting.
java.lang.RuntimeException: Failed to create FileSystemWrapper for proxy user: doesBucketExist on my-dremio-bucket: com.amazonaws.AmazonClientException: No AWS Credentials provided by BasicAWSCredentialsProvider EnvironmentVariableCredentialsProvider SharedInstanceProfileCredentialsProvider : com.amazonaws.SdkClientException: The requested metadata is not found at http://169.254.169.254/latest/meta-data/iam/security-credentials/: No AWS Credentials provided by BasicAWSCredentialsProvider EnvironmentVariableCredentialsProvider SharedInstanceProfileCredentialsProvider : com.amazonaws.SdkClientException: The requested metadata is not found at http://169.254.169.254/latest/meta-data/iam/security-credentials/