aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...Patrick Wendell2014-03-111-1/+12
| | | | | | | | | | | | | | | | | | | This patch removes Ganglia integration from the default build. It allows users willing to link against LGPL code to use Ganglia by adding build flags or linking against a new Spark artifact called spark-ganglia-lgpl. This brings Spark in line with the Apache policy on LGPL code enumerated here: https://www.apache.org/legal/3party.html#options-optional Author: Patrick Wendell <pwendell@gmail.com> Closes #108 from pwendell/ganglia and squashes the following commits: 326712a [Patrick Wendell] Responding to review feedback 5f28ee4 [Patrick Wendell] SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues.
* Typo: Standlone -> StandaloneAndrew Ash2014-02-141-3/+3
| | | | | | | | | | Author: Andrew Ash <andrew@andrewash.com> Closes #601 from ash211/typo and squashes the following commits: 9cd43ac [Andrew Ash] Change docs references to metrics.properties, not metrics.conf 3813ff1 [Andrew Ash] Typo: mulitcast -> multicast 873bd2f [Andrew Ash] Typo: Standlone -> Standalone
* Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-1/+2
|
* Add graphite sink for metricsRussell Cardullo2013-11-081-0/+1
| | | | | | | This adds a metrics sink for graphite. The sink must be configured with the host and port of a graphite node and optionally may be configured with a prefix that will be prepended to all metrics that are sent to graphite.
* Change port from 3030 to 4040Patrick Wendell2013-09-111-3/+3
|
* Merge pull request #905 from mateiz/docs2Matei Zaharia2013-09-081-9/+21
|\ | | | | Job scheduling and cluster mode docs
| * Added cluster overview doc, made logo higher-resolution, and added moreMatei Zaharia2013-09-081-9/+21
| | | | | | | | details on monitoring
* | Adding more docs and some code cleanupPatrick Wendell2013-09-081-0/+9
|/
* Docs describing Spark monitoring and instrumentationPatrick Wendell2013-09-061-0/+49