dbtsai commented on a change in pull request #28788:
URL: https://github.com/apache/spark/pull/28788#discussion_r439136561
##########
File path: resource-managers/yarn/pom.xml
##########
@@ -30,8 +30,18 @@
<properties>
<sbt.project.name>yarn</sbt.project.name>
<jersey-1.version>1.19</jersey-1.version>
+ <spark.yarn.isHadoopProvided>false</spark.yarn.isHadoopProvided>
</properties>
+ <profiles>
+ <profile>
+ <id>hadoop-provided</id>
+ <properties>
+ <spark.yarn.isHadoopProvided>true</spark.yarn.isHadoopProvided>
+ </properties>
+ </profile>
+ </profiles>
+
Review comment:
The next line of added doc `To build Spark yourself, refer to [Building
Spark](building-spark.html).` has the link to the doc you mentioned. I think
they should be able to figure it out when they read building spark session.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]