-
**Used Spark version**
spark 2.2.1
**Used Spark Job Server version**
2.4.9
**Deployed mode**
client yarn
**Actual (wrong) behavior**
JobServer contexts is empty,but the yarn application …
-
Docs: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html#POSIX-Jobserver
Release announcement: https://lwn.net/Articles/913253/
On systems that support it GNU Make 4.4 will no…
-
Hello. I want to use instance emr-5.10 ( Spark 2.2 etc.)
I'll very happy if you can show me how to solve the errors.
This is my environment
In my master emr-5.10 instance I've uploaded both files:
…
-
I get the following error when trying to run the wordCount example :
```
curl -d "input.string = a b c a b see" 'localhost:8090/jobs?appName=test&classPath=spark.jobserver.WordCountExample'
{
"stat…
-
In https://github.com/rust-lang/rust/issues/88091 we discovered a scaling limit on concurrent `rustc` invocations when run outside of a build system that provides a jobserver pipe. In that configurati…
-
TL;DR - cmake-rs 0.1.49 breaks parallel builds when the build script also performs a cc-rs build _with the `"parallel"` feature enabled_.
I don't think this is a cmake-rs bug, but it's the cmake-rs…
-
I would like to use the Jobserver with the spark+mesos combination
Below are the steps i followed
1.checked out Jobserver at spark-jobserver
2. went inside the spark-jobserver/config. created local.sh…
-
This issue is a continuation of https://github.com/alexcrichton/jobserver-rs/issues/27#issuecomment-701020994.
Jobserver users may want to report warnings or errors if the jobserver cannot be corre…
-
OpenSSL does not support Gnu make jobserver and when the user type "make -j8", for example, on the toplevel, the build will fail in OpenSSL.
I think we should explicitly disable the jobserver in the …
-
Any luck or advice on running a sparkling job on Ooyala's spark-jobserver? (https://github.com/spark-jobserver/spark-jobserver)
I am gen-classing the job after extending spark.jobserver.SparkJob but …