powderkeg icon indicating copy to clipboard operation
powderkeg copied to clipboard

Live-coding the cluster!

Results 14 powderkeg issues
Sort by recently updated
recently updated
newest added

I figure, if I'm reading it, I might be able to fix the typos that tripped me up, or at least indicate where I was confused for the next person....

Can anyone shed some light on this one (_much_ thanks in advance): Caused by: clojure.lang.ExceptionInfo: Can't filter out Spark jars! {} at clojure.core$ex_info.invokeStatic(core.clj:4617) at clojure.core$ex_info.invoke(core.clj:4617) at powderkeg.core$guess_all_jars_but_spark.invokeStatic(core.clj:141) at powderkeg.core$guess_all_jars_but_spark.invoke(core.clj:124) at...

I'd be glad to create a pull request, but thought it would be easier for everyone if I created an issue. For those wanting to use Emacs Cider you have...

``` (ns powerkeg-test.core (:require [cider.nrepl])) (defn main [& args] (let [port 5557 server (clojure.tools.nrepl.server/start-server :port port :bind "0.0.0.0" :handler cider.nrepl/cider-nrepl-handler)] (println"INIT NREPL server running on port" port) (.addShutdownHook (Runtime/getRuntime) (Thread....

Just seen this project, looks very interesting! Is there scope for extending the `core.matrix.dataset` protocols so that they can work naturally with Spark dataframes etc? This would be very helpful...

I use AWS EMR inside AWS VPC with a bastion host. I'm able to connect emacs cider to lein repl using ssh port forwarding, but it doesn't work with powderkeg....

when i run the following code, i get var a, then i run "into" on it. it say: Warning: can't serialize #'bolome.ods.d_bolome_product_category/a it won't be sent to workers then **the...

```$ lein repl nREPL server started on port 43876 on host 127.0.0.1 - nrepl://127.0.0.1:43876 REPL-y 0.3.7, nREPL 0.2.12 Clojure 1.8.0 OpenJDK 64-Bit Server VM 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14 Docs: (doc function-name-here) (find-doc "part-of-name-here")...

enhancement