I want to generate parquet file format from the data stored on aws redshift for which I have created connection and crawler to fetch the data information. All the database catalogs have been fetched successfully but while running job to fetch the table data, generate parquet file and store it to aws s3, AWS Glue gives me following error :
Reverse dns resolution of ip "someIp address" failed
However I can successfully generate parquet file with source data store and target data store being AWS S3. Error is generating only while I use my redshift cluster as a source data store and S3 as a target data store.
I know that error has nothing to do with Route53 service for which it is showing me an error. I have also checked my security group. It also allows all ingress traffic in VPC. I have also checked that S3 bucket and Redshift are in same region. Subnet is also correct.
Need help. Thanks in advanced.