Hacker News new | ask | show | jobs
by threeseed 3581 days ago
Looks they are using the same library from Presto. You would just add the Java agent line to your Spark config i.e. spark.executor.extraJavaOptions.

https://github.com/prestodb/presto/issues/4004

Although you have to distribute the library across to all of the data nodes (if using YARN) or Spark nodes (if in standalone).

1 comments

Thanks! I was going to ask where I might find it since Google results were a little thin on the ground.