Re: Spark Job Server first steps

2014-05-22 Thread Gerard Maas
Hi Michael, Thanks for the tip on the /tmp dir. I had unzipped all the jars before uploading to check for the class. The issue is that the jars were not uploaded correctly. I was not familiar with the '@' syntax of curl and omitted it, resulting in a Jar file containing only the jar's name. curl

Re: Spark Job Server first steps

2014-05-22 Thread Michael Cutler
Hi Gerard, We're using the Spark Job Server in production, from GitHub [master] running against a recent Spark-1.0 snapshot so it definitely works. I'm afraid the only time we've seen a similar error was an unfortunate case of PEBKAC . First and foremost,

Spark Job Server first steps

2014-05-22 Thread Gerard Maas
Hi, I'm starting to explore the Spark Job Server contributed by Ooyala [1], running from the master branch. I started by developing and submitting a simple job and the JAR check gave me errors on a seemingly good jar. I disabled the fingerprint checking on the jar and I could submit it, but when