srowen commented on a change in pull request #29154:
URL: https://github.com/apache/spark/pull/29154#discussion_r456934054
##########
File path: docs/running-on-yarn.md
##########
@@ -60,7 +60,7 @@ For example:
examples/jars/spark-examples*.jar \
10
-The above starts a YARN client program which starts the default Application
Master. Then SparkPi will be run as a child thread of Application Master. The
client will periodically poll the Application Master for status updates and
display them in the console. The client will exit once your application has
finished running. Refer to the "Debugging your Application" section below for
how to see driver and executor logs.
+The above starts a YARN client program which starts the default Application
Master. Then SparkPi will be run as a child thread of Application Master. The
client will periodically poll the Application Master for status updates and
display them in the console. The client will exit once your application has
finished running. Refer to the [Debugging your
Application](running-on-yarn.html#debugging-your-application) section below for
how to see driver and executor logs.
Review comment:
This is fine, but does the anchor link alone work?
`(#debugging-your-application)`
----------------------------------------------------------------
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]