PredictionIO NewRelic Monitoring

2017-09-28 Thread Rodrigo Vieira
Hi guys, Anyone knows how to add the "-javaagent" argument in the Jetty bootstrap? The main motivation is to get some metrics from PredictionIO using the APM NewRelic. Just to add some context about our architecture, we've created a container that runs the "pio deploy" inside a Kubernetes

Re: PredictionIO NewRelic Monitoring

2017-09-28 Thread Donald Szeto
Hey, I think you are probably looking for a passthrough argument like this. pio deploy ... -- --conf "spark.driver.extraJavaOptions=-javaagent:..." Please take a look at http://spark.apache.org/docs/latest/configuration.html for more details. Regards, Donald On Thu, Sep 28, 2017 at 11:31 AM,

Re: PredictionIO NewRelic Monitoring

2017-09-28 Thread Mars Hall
A quick addition to Donald's answer, because this config style bit us (please ignore the actual config value, this is just an example): # Options are silently dropped when set through `--conf`.# Bad example; don't use this:--conf