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/04/25 04:54:18 UTC

[spark] branch branch-3.0 updated: [SPARK-31516][DOC] Fix non-existed metric hiveClientCalls.count of CodeGenerator in DOC

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 d955f7f  [SPARK-31516][DOC] Fix non-existed metric hiveClientCalls.count of CodeGenerator in DOC
d955f7f is described below

commit d955f7fd5429be1007a5183ef0e8cc7602a732fe
Author: Wei Zhang <we...@outlook.com>
AuthorDate: Fri Apr 24 21:52:50 2020 -0700

    [SPARK-31516][DOC] Fix non-existed metric hiveClientCalls.count of CodeGenerator in DOC
    
    ### What changes were proposed in this pull request?
    This PR proposes to remove the non-existed `hiveClientCalls.count` metric documentation of `CodeGenerator` of the Spark metrics system in the monitoring guide.
    
    There is a duplicated `hiveClientCalls.count` metric in both `namespace=HiveExternalCatalog` and  `namespace=CodeGenerator` bullet lists, but there is only one defined inside object `HiveCatalogMetrics`.
    
    Closes #28292 from wezhang/monitoringdoc.
    
    Authored-by: Wei Zhang <we...@outlook.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 3e83ccc5d826e7a26e5a104ee0f3424199251a80)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 docs/monitoring.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index b72fd02..7e41c9d 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1056,7 +1056,6 @@ This is the component with the largest amount of instrumented metrics
   - compilationTime (histogram)
   - generatedClassSize (histogram)
   - generatedMethodSize (histogram)
-  - hiveClientCalls.count
   - sourceCodeSize (histogram)
 
 - namespace=DAGScheduler


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