David Nichols
David Nichols
@skaarthik : it looks like each of the zips contain old code within the examples folder.
@ramkumarravy : Feel free to open a pull request with your code. We can work with you to fix any issues you're experiencing and get it ready to be merged...
Hi @ramkumarravy, could you please create a pull request containing your changes. Based on the above code, I would create two separate pull requests, one for the `stat` API another...
The Dockerfile is dynamically created via sbt-docker. Here's how I build the image. - Clone the repo with symlinks enabled: `$ git clone -c core.symlinks=true [email protected]:spark-jobserver/spark-jobserver.git` - Install sbt: http://www.scala-sbt.org/1.0/docs/Setup.html...
@austinnichols101 : looking at the [build.sbt](https://github.com/spark-jobserver/spark-jobserver/blob/e1a8b1711d209fafb6bb78b001064527c65ee890/build.sbt#L157) file, mesos is explicitly installed and there doesn't look to be an option to disable it. The [docs ](https://github.com/spark-jobserver/spark-jobserver#deployment)cover other methods of deployment, which...