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

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


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

commit b156c1f9073cdb27e1ca8d7752aa0793d160ad0b
Author: Pradyumn Agrawal (pradyumn.ag) <pradyumn...@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) <pradyumn...@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 8471417..ac6b693 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1228,7 +1228,6 @@ when running in local mode.
   - compilationTime (histogram)
   - generatedClassSize (histogram)
   - generatedMethodSize (histogram)
-  - hiveClientCalls.count
   - sourceCodeSize (histogram)
 
 - namespace=plugin.\<Plugin Class Name>


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

Reply via email to