Vinay
This repo works thanks.
The spark-assembly.jar seems to be missing in
it would be nice the maven repo also has spark-assembly.jar as well. As when user has the spark-assembly.jar installed in Hothornworks cluster, we just use it.
but if user doesn’t install them, we will upload hothornworks spark-assembly.jar dynamically. So we need the spark-assembly.jar as part the build as well.
If you have the spark-assembly.jar in the your maven repo, we can simply point our build scripts to point to it.
I can still make this work by untar your tar ball, and republish the spark-assembly.jar into our own maven repo.
thanks
Chester