We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cba2b commit 1721491Copy full SHA for 1721491
README.md
@@ -3,3 +3,11 @@ Spark Examples
3
4
Examples for demonstrating profiling on a Spark cluster using [Opsian](https://www.opsian.com)
5
6
+Instructions
7
+============
8
+
9
+ * Use the `GenerateUsers` and `GenerateTransactions` programs to generate example files to profile with.
10
+ * `cp example-vars.sh var.sh` and fill in the values for your machine and demo.
11
+ * `./start-master.sh` and `./start-worker.sh` in screen in order to run the cluster.
12
+ * `./submit.sh` to submit your job to the cluster.
13
0 commit comments