We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd8dc commit 976dc57Copy full SHA for 976dc57
core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala
@@ -95,11 +95,6 @@ class SparkHadoopUtil extends Logging {
95
val sessionToken = System.getenv("AWS_SESSION_TOKEN")
96
if (sessionToken != null) {
97
hadoopConf.set("fs.s3a.session.token", sessionToken)
98
- logDebug(s"Found 'AWS_ACCESS_KEY_ID', 'AWS_SECRET_ACCESS_KEY' and " +
99
- s"'AWS_SESSION_TOKEN', propagate them to cluster.")
100
- } else {
101
- logDebug(s"Found 'AWS_ACCESS_KEY_ID' and 'AWS_SECRET_ACCESS_KEY', " +
102
- s"propagate them to cluster.")
103
}
104
105
// Copy any "spark.hadoop.foo=bar" system properties into conf as "foo=bar"
0 commit comments