ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 134 forks source link

jmx port conflicts when running on Mesos #26

Open maasg opened 10 years ago

maasg commented 10 years ago

When running on Mesos, the main port is configurable, but JMX ports are kept on the default value, therefore with the potential to clash other processes (that left jmx ports also to the same default value)

velvia commented 10 years ago

Do you know of a workaround? I don't have a Mesos environment to try this on right now so it would help us a lot. Thanks!

maasg commented 10 years ago

I'm looking into it.

maasg commented 10 years ago

for the record: workaround at the moment: disable jmx remoting by removing it from the config:

# -Dcom.sun.management.jmxremote.port=9999
# -Dcom.sun.management.jmxremote.authenticate=false
# -Dcom.sun.management.jmxremote.ssl=false