Search code examples
ibm-cloudanalytics-engine

How to enable JVM debugging for yarn jobs on IBM Analytic Engine?


I have a problem with a yarn application running on IAE. One option that I would like try to investigate the issue is enabling JVM remote debugging so that I can connect from my IDE and step through the problematic code. Normally jvm options for debugging look something like this:

-Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=y

Users don't have root access on IAE, so I'm would like to know how I can configure yarn to run with the JVM remote debug options set?

I believe I will also need to set up an SSH tunnel for the remote JVM debugging because IAE sits behind a firewall?


Solution

  • This is not currently possible with IBM Analytics Engine.

    Please raise a support ticket describing your issue.