Debugging Spark from GIT sources

Hi,

I’d like to start watching and studying Spark’s code and debug it.

I have my GIT cloned repo of it, but I haven’t found inside it any instructions to run in debug mode.

In Resources folder there’s a startup.sh script, but running it I get a complaint about org.jivesoftware.launcher.Startup missing.

If someone could please point me to some link o wiki (if any) to make me quickly understand how to configure the environment, it would be greatful and I’d appreciate a lot.

Thank you in advance,

Nicola

There is no wiki or tutorial on how to debug Spark’s code. It’s a java project, so usual java debugging tools should work (for a running application). For the code debugging that depends on what tools you know and use. If you use IDE (Eclispe, IntelliJ, NetBeans, etc.), these tools should have debug capabilities.