Skip to content
Snippets Groups Projects
  • Ekasit Kijsipongse's avatar
    1f96c97f
    [SPARK-13238][CORE] Add ganglia dmax parameter · 1f96c97f
    Ekasit Kijsipongse authored
    The current ganglia reporter doesn't set metric expiration time (dmax). The metrics of all finished applications are indefinitely left displayed in ganglia web. The dmax parameter allows user to set the lifetime of the metrics. The default value is 0 for compatibility with previous versions.
    
    Author: Ekasit Kijsipongse <ekasitk@gmail.com>
    
    Closes #11127 from ekasitk/ganglia-dmax.
    1f96c97f
    History
    [SPARK-13238][CORE] Add ganglia dmax parameter
    Ekasit Kijsipongse authored
    The current ganglia reporter doesn't set metric expiration time (dmax). The metrics of all finished applications are indefinitely left displayed in ganglia web. The dmax parameter allows user to set the lifetime of the metrics. The default value is 0 for compatibility with previous versions.
    
    Author: Ekasit Kijsipongse <ekasitk@gmail.com>
    
    Closes #11127 from ekasitk/ganglia-dmax.