wyegelwel
wyegelwel
``` Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:159) at org.apache.http.impl.io.AbstractSessionOutputBuffer.write(AbstractSessionOutputBuffer.java:181) at org.apache.http.impl.io.ContentLengthOutputStream.write(ContentLengthOutputStream.java:115) at org.apache.http.impl.io.ContentLengthOutputStream.write(ContentLengthOutputStream.java:122) at org.apache.http.entity.StringEntity.writeTo(StringEntity.java:169) at org.apache.http.entity.HttpEntityWrapper.writeTo(HttpEntityWrapper.java:96) at org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.writeTo(EntityEnclosingRequestWrapper.java:112) at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:117) at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:265) at...
Thank you!
Hey @davvdg! This seems like a great improvement to Cook! Would you be interested in working on it? If so, I can point you in the right direction in the...
That will make it harder =) Still happy to point you in the right direction (including docs on clojure) if you are interested. To be upfront, my group doesn't have...
Yes absolutely! **Here are some good docs on clojure:** [Guide to clojure](https://aphyr.com/posts/301-clojure-from-the-ground-up-welcome) [Practice problems to learn clojure fundamentals](https://www.4clojure.com/) Feel free to make a PR early and ask any clojure questions...
Hey @davvdg, the code I mentioned is now in PR #235. Once it is merged, you would need to add a validation option, :ldap, to the switch here: https://github.com/twosigma/Cook/pull/235/files#diff-5d5022c7d84670b6052055ff1cd24c19R47, create...
Ok @davvdg, it has been merged. Let me know how I can help you.
Just want to make sure, for two, are you referring bto Sparks dynamic allocation ( https://jaceklaskowski.gitbooks.io/mastering-apache-spark/spark-dynamic-allocation.html) where spark can request more executors as needed / as resources are available? On...
This is something that we are running into as well as we start to build large systems atop Cook. I can't provide a concrete timeline but this is definitely on...
We get time stamp for free from datomic On Wed, Jul 19, 2017, 9:41 AM sgopalan wrote: > For completeness, we should also include a timestamp for when this action...