sririshindra edited a comment on pull request #31477: URL: https://github.com/apache/spark/pull/31477#issuecomment-786984661
@maropu I added some documentation briefly explaining the metric's definition and created a PR in the spark website. Please find the link to that [PR here ](https://github.com/apache/spark-website/pull/317). Please let me know if this is satisfactory and if any more changes are needed. Update: @maropu I updated the current PR adding additional documentation explaining the new metric to the spark documentation. There could be more metrics that can be added to the list. But I felt that any additional metrics should be added to the documentation in a separate PR. I tested the new documentation by manually building as follows. Please let me know if anything else needs to be done. Thanks. ```bash cd docs SKIP_API=1 jekyll build open _site/index.html ``` ---------------------------------------------------------------- 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]
