Package

org.apache.spark.groupon.metrics

example

Permalink

package example

Visibility
  1. Public
  2. All

Type Members

  1. class MetricsProducingReceiver extends Receiver[Long]

    Permalink
  2. class NumberProducingReceiver extends Receiver[Long]

    Permalink
  3. class StreamingMetricsListener extends StreamingListener

    Permalink

Value Members

  1. object MetricsBenchmarkApp

    Permalink

    Spark Streaming application to benchmark performance, mainly on the driver.

    Spark Streaming application to benchmark performance, mainly on the driver. Run with something like this: $SPARK_HOME/bin/spark-submit --class org.apache.spark.groupon.metrics.example.MetricsBenchmarkApp --master yarn-cluster --queue public --conf spark.dynamicAllocation.enabled=false --conf spark.streaming.ui.retainedBatches=120 --conf spark.locality.wait=0s --files log4j.properties --num-executors 6 --executor-cores 1 metrics.jar 2400 12500 4

  2. object MetricsExampleApp

    Permalink

    Spark's SparkPi example instrumented with metrics

Ungrouped