[ https://issues.apache.org/jira/browse/SPARK-39278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541781#comment-17541781 ]
Apache Spark commented on SPARK-39278: -------------------------------------- User 'manuzhang' has created a pull request for this issue: https://github.com/apache/spark/pull/36658 > Alternative configs of Hadoop Filesystems to access break backward > compatibility > -------------------------------------------------------------------------------- > > Key: SPARK-39278 > URL: https://issues.apache.org/jira/browse/SPARK-39278 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 3.3.0 > Reporter: Manu Zhang > Priority: Minor > > Before [https://github.com/apache/spark/pull/23698,] > The precedence of configuring Hadoop Filesystems to access is > {code:java} > spark.yarn.access.hadoopFileSystems -> spark.yarn.access.namenodes{code} > Afterwards, it's > {code:java} > spark.kerberos.access.hadoopFileSystems -> spark.yarn.access.namenodes -> > spark.yarn.access.hadoopFileSystems{code} > When both spark.yarn.access.hadoopFileSystems and spark.yarn.access.namenodes > are configured with different values, the PR will break backward > compatibility and cause application failure. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org