Skip to content

Instantly share code, notes, and snippets.

View Kylin1027's full-sized avatar
🎯
Focusing

Mae Kylin1027

🎯
Focusing
View GitHub Profile

Apache Kafka

a new messaging-based log aggregator

a distributed messaging system

horizontally scalable messaging system.

Memory Mapped Files

Kernel Space processing

@ryan-williams
ryan-williams / metrics.properties
Created February 26, 2015 00:47
Spark metrics.properties example
# Enable Graphite
*.sink.graphite.class=org.apache.spark.metrics.sink.GraphiteSink
*.sink.graphite.host=<graphite host>
*.sink.graphite.port=<graphite port>
*.sink.graphite.period=10
# Enable jvm source for instance master, worker, driver and executor
master.source.jvm.class=org.apache.spark.metrics.source.JvmSource
worker.source.jvm.class=org.apache.spark.metrics.source.JvmSource
driver.source.jvm.class=org.apache.spark.metrics.source.JvmSource