[
https://issues.apache.org/jira/browse/SPARK-35921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DB Tsai resolved SPARK-35921.
-----------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
Issue resolved by pull request 33121
[https://github.com/apache/spark/pull/33121]
> ${spark.yarn.isHadoopProvided} in config.properties is not edited if build
> with SBT
> -----------------------------------------------------------------------------------
>
> Key: SPARK-35921
> URL: https://issues.apache.org/jira/browse/SPARK-35921
> Project: Spark
> Issue Type: Bug
> Components: Build
> Affects Versions: 3.2.0
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Minor
> Fix For: 3.2.0
>
>
> yarn sub-module contains config.properties.
> {code}
> spark.yarn.isHadoopProvided = ${spark.yarn.isHadoopProvided}
> {code}
> The ${spark.yarn.isHadoopProvided} part is replaced with true or false in
> build depending on whether Hadoop is provided or not (specified by
> -Phadoop-provided).
> The edited config.properties will be loaded at runtime to control how to
> populate Hadoop-related classpath.
> If we build with Maven, these process works but doesn't with SBT.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]