xkrogen commented on a change in pull request #34079:
URL: https://github.com/apache/spark/pull/34079#discussion_r727279084



##########
File path: docs/running-on-yarn.md
##########
@@ -806,6 +806,17 @@ The following extra configuration options are available 
when the shuffle service
     NodeManager.
   </td>
 </tr>
+<tr>
+  <td><code>spark.yarn.shuffle.service.logs.namespace</code></td>
+  <td><code>(not set)</code></td>
+  <td>
+    A namespace which will be appended to the class name when forming the 
logger name to use for
+        emitting logs from the YARN shuffle service, like
+        
<code>org.apache.spark.network.yarn.YarnShuffleService.logsNamespaceValue</code>.
 Since some logging frameworks
+        may expect the logger name to look like a class name, it's generally 
recommended to provide a value which
+        would be a valid Java package or class name and not include spaces.

Review comment:
       based on other examples in this file, it looks like the indentation for 
these should be aligned with the first line




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to