Skip to:
in addition to CDAP-1545, to allow debugging of docker standalone:
Update cdap.sh to allow the setting of "Djava.rmi.server.hostname" and "Dcom.sun.management.jmxremote.rmi.port"
https://github.com/caskdata/cdap/blob/develop/cdap-standalone/bin/cdap.sh#L391
http://ptmccarthy.github.io/2014/07/24/remote-jmx-with-docker/
I plan on implementing this by having the cdap.sh script take any arguments which it doesn't recognize and pass them to the JVM.
This way we can do something like:
Won't the user also have to expose the JMX port?
in addition to CDAP-1545, to allow debugging of docker standalone:
Update cdap.sh to allow the setting of "Djava.rmi.server.hostname" and "Dcom.sun.management.jmxremote.rmi.port"
https://github.com/caskdata/cdap/blob/develop/cdap-standalone/bin/cdap.sh#L391
http://ptmccarthy.github.io/2014/07/24/remote-jmx-with-docker/