Github user jerryshao commented on the issue:

    https://github.com/apache/spark/pull/18690
  
    I think it is because you don't configure metrics sink here, so by default 
none of the metrics are reported.
    
    For example if I enabled jmx sink 
(`*.sink.jmx.class=org.apache.spark.metrics.sink.JmxSink`).
    
    Then using jconsole to connect to shuffle service, then you will see it on 
jconsole:
    
    
![image](https://user-images.githubusercontent.com/850797/28442526-8b597ddc-6d65-11e7-8c00-8210f7335682.png)
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to