this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
__
Huahai Yang, Ph.D.
Co-founder and CTO
Juji, Inc.
--
You received this message because you are subscribed to the Google
Grou
Juji, Inc. is an early stage startup located in the silicon valley. We work
in the area of artificial intelligence, and our platform in alpha release
has generated great customer interests, hence we are hiring full stack
engineers in both senior and entry level to build out the platform to meet
This solution (creating the routes in a function and passing components
into the function) seems to be the best solution. Other solutions all
require defining the routes a prior, which may be the root of the problems,
because some handlers may depend on functions generated by components in
the
HI MIchael,
Great work. I enjoyed your strangeloop talk.
In the README.md, you stated that Onyx "competes against Storm, Cascading,
Map/Reduce, Dryad, Apache Sqoop, Twitter Crane". Could you please shed
some light on a comparison with Spark? Apparently Spark is on the road to
become a favo
the end.
>
> On Jun 29, 8:22 am, Huahai Yang wrote:
>
>
>
>
>
>
>
> > The multiplication outside the reduce is required because it is part
> > of the original logic: "contrib[i] = sum * dailyValues[i];". Using the
> > drop function is a very
The multiplication outside the reduce is required because it is part
of the original logic: "contrib[i] = sum * dailyValues[i];". Using the
drop function is a very good call though.
-huahai
On Jun 29, 12:53 am, Alan Malloy wrote:
> If you're already doing a bunch of multiplication in the reduce,