You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/12/31 01:26:54 UTC

[spark] branch branch-3.1 updated: [SPARK-33942][DOCS] Remove `hiveClientCalls.count` in `CodeGenerator` metrics docs

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 087b9ed  [SPARK-33942][DOCS] Remove `hiveClientCalls.count` in `CodeGenerator` metrics docs
087b9ed is described below

commit 087b9edb2e15a8ee889c9f57603645cb7c96f107
Author: Pradyumn Agrawal (pradyumn.ag) <pr...@media.net>
AuthorDate: Wed Dec 30 17:25:46 2020 -0800

    [SPARK-33942][DOCS] Remove `hiveClientCalls.count` in `CodeGenerator` metrics docs
    
    ### What changes were proposed in this pull request?
    Removed the **hiveClientCalls.count** in CodeGenerator metrics in Component instance = Executor
    
    ### Why are the changes needed?
    Wrong information regarding metrics was being displayed on Monitoring Documentation. I had added referred documentation for adding metrics logging in Graphite. This metric was not being reported. I had to check if the issue was at my application end or spark code or documentation. Documentation had the wrong info.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manual, checked it on my forked repository feature branch [SPARK-33942](https://github.com/coderbond007/spark/blob/SPARK-33942/docs/monitoring.md)
    
    Closes #30976 from coderbond007/SPARK-33942.
    
    Authored-by: Pradyumn Agrawal (pradyumn.ag) <pr...@media.net>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit 13e8c2840969a17d5ba113686501abd3c23e3c23)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/monitoring.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index c610518..5b3278b 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1276,7 +1276,6 @@ These metrics are exposed by Spark executors.
   - compilationTime (histogram)
   - generatedClassSize (histogram)
   - generatedMethodSize (histogram)
-  - hiveClientCalls.count
   - sourceCodeSize (histogram)
 
 - namespace=plugin.\<Plugin Class Name>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org