I'm trying to start a spark jobserver, here are the steps I'm following:
- I configure the local.sh based on the template.
- Then I run ./bin/server_deploy.sh and it finishes without any error.
- Configure local.conf.
- Run ./bin/server_start.sh in the deploy server.
But when I do the last step I get the following error:
Error: Exception thrown by the agent : java.lang.NullPointerException
Note: I'm using spark 1.4.1. I'm using version 0.5.2 from jobserver (https://github.com/spark-jobserver/spark-jobserver/tree/v0.5.2)
Any idea in how I can fix this (or at least debug it).
Thanks