0

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?

Chris Snow
  • 23,813
  • 35
  • 144
  • 309

1 Answers1

0

This is not currently possible with IBM Analytics Engine.

Please raise a support ticket describing your issue.

Chris Snow
  • 23,813
  • 35
  • 144
  • 309