I am trying to connect to Snowflake from EMR cluster using pyspark.
I am using these two jars in spark-submit.
- snowflake-jdbc-3.5.2.jar
- spark-snowflake_2.11-2.7.0-spark_2.4.jar
But it failing with connect time out error.
I have correct proxy configured for the EMR cluster. From the same EC2 (EMR Master)
I am able to connect to Snowflake using snowsql
and python connector.
I am not sure why it is getting timed out for pyspark.