Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-04 Thread Shantanu Kumar
Hi Alan, On Saturday, 5 January 2019 12:25:36 UTC+5:30, Alan Thompson wrote: > > Hi have been very happy using Pedestal for routing > chores. How does this compare to Pedestal? > I haven't benchmarked Calfpath against Pedestal, but Reitit-ring is supposed to be faster

Re: [ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-04 Thread Alan Thompson
Hi have been very happy using Pedestal for routing chores. How does this compare to Pedestal? Alan On Fri, Jan 4, 2019 at 9:50 PM Shantanu Kumar wrote: > Hi, > > (Cross-posted on Clojure and Ring mailing lists.) > > Happy new year to all! > > I am pleased to announce

Re: How does Executors/newScheduledThreadPool know how or where to parallelize work?

2019-01-04 Thread Alan Thompson
If you haven't seen it before, you can use the excellent Claypoole library for many parallel scheduling tasks. Alan On Wed, Jan 2, 2019 at 1:07 PM wrote: > I guess this is more of a JVM question than a Clojure question, unless > Clojure

[ANN] Calfpath (v0.7.1), a fast and flexible Ring request router

2019-01-04 Thread Shantanu Kumar
Hi, (Cross-posted on Clojure and Ring mailing lists.) Happy new year to all! I am pleased to announce Calfpath, a fast Ring-based routing library that supports flexible, à la carte request matching. It supports both macro-based and data-driven routing.

Re: Attempting to call unbound function in Hadoop (cluster mode) runs fine on single node.

2019-01-04 Thread Derek Troy-West
Bit of a long-shot since my example is related to Storm not Hadoop, and my experience was five years ago, but this blog post might help: http://derek.troywest.com/articles/trident-in-clojure and this related ticket: https://github.com/sorenmacbeth/marceline/issues/9 I could run a Storm

Attempting to call unbound function in Hadoop (cluster mode) runs fine on single node.

2019-01-04 Thread cloje
I have a project that I'm trying to run on Hadoop in cluster mode. I have written and executed the code on my local machine and on a single node on Hadoop. But when I try to executed the same jar file in cluster mode with 5 executors, it bombs at a function and says, Attempting to call