Telemetry/Custom analysis with spark: Difference between revisions

→‎Using Spark: Add spark UI
(→‎Using Spark: Add spark UI)
Line 121: Line 121:


These datasets are optimized for fast access, and will far out-perform analysis on the raw telemetry ping data.
These datasets are optimized for fast access, and will far out-perform analysis on the raw telemetry ping data.
===Accessing the Spark UI===
Go to localhost:8888/spark after sshing into the spark cluster to see the Spark UI. It has information about job statuses and task completion, and may help you debug your job.


== The MozTelemetry Library ==
== The MozTelemetry Library ==
29

edits