Unable to load AWS credentials from any provider in the chain #3202
-
Hi, we triggered our streaming jobs in emr on eks with fargate and jobs running good but some times we are facing incosistent issue i.e at org.apache.spark.sql.execution.streaming.StreamExecution$$anon$1.run(StreamExecution.scala:244) could you please someone face this issue previously please let us know how did you resolve it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The error By the stacktrace I can see that Apache Spark has shaded the Java SDK modules, so you'll need to reach out to their support team if you have further questions. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @Malladi-Satish
The error
Unable to load AWS credentials from any provider in the chain
indicates that the SDK tried to find aws credentials in each of the providers of the default credential provider chain but could not find one.By the stacktrace I can see that Apache Spark has shaded the Java SDK modules, so you'll need to reach out to their support team if you have further questions.