Skip to content

Commit 102ca8e

Browse files
authored
Update README.md
1 parent 82ac87a commit 102ca8e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# spark-flamegraph
22

3-
spark-submit wrapper that generates [Flame Graph](http://www.brendangregg.com/flamegraphs.html).
3+
Easy CPU Profiling for [Apache Spark](https://spark.apache.org/) applications.
4+
5+
The script `spark-submit-flamegraph` is a wrapper around standard `spark-submit` that generates [Flame Graph](http://www.brendangregg.com/flamegraphs.html).
46

57
<img src="flamegraph.png" height="250px" />
68

79
## Supported Systems
810

9-
* Linux
10-
* macOS (with [Homebrew](https://brew.sh/) installed)
11+
* Amazon EMR
12+
* Most Linux distributions
13+
* Mac (with [Homebrew](https://brew.sh/) installed)
1114

1215
## Prerequisites
1316

0 commit comments

Comments
 (0)