Looks like your s3 credentials need to be looked a...
# troubleshooting
m
Looks like your s3 credentials need to be looked at
1
r
Copy code
{
  "Action": [
    "s3:GetBucketAcl",
    "s3:GetObject",
    "s3:ListBucket",
    "s3:PutObject"
  ],
  "Effect": "Allow",
  "Resource": "arn:aws:s3:::*"
}
EKS node group policy
It is able to create the tmp files
I see a bunch of "tmp" files getting created again and again
m
I would try putting in the key and secret to get it working. Then work on the EKS service account connection?
I am just guessing, very new to pinot
r
Okay let me try that
I tried different ways but no luck