Posted a question on streamlib user group about API compatibility:
https://groups.google.com/forum/#!topic/stream-lib-user/4VDeKcPiTJU
On Tue, May 27, 2014 at 3:36 PM, Surendranauth Hiraman <
suren.hira...@velos.io> wrote:
> Reynold,
>
> My environment is not quite set up to build Spark core pr
Reynold,
My environment is not quite set up to build Spark core properly and I'm
having various dependency issues running sbt/sbt assembly.
Any change you could go ahead and submit a pull request for this if it's
easy for you? :-)
-Suren
On Tue, May 27, 2014 at 6:13 PM, Reynold Xin wrote:
>
2.7 sounds good. I was actually waiting for 2.7 to come out to post a JIRA
(mainly for the serializable HyperLogLogPlus class).
On Tue, May 27, 2014 at 3:11 PM, Surendranauth Hiraman <
suren.hira...@velos.io> wrote:
> Great, I will submit the pull request.
>
> Any objection to version 2.7?
>
> -
Great, I will submit the pull request.
Any objection to version 2.7?
-Suren
On Tue, May 27, 2014 at 6:02 PM, Reynold Xin wrote:
> Would you like to submit a pull request to update it?
>
> Also in the latest version HyperLogLog is serializable. That means we can
> get rid of the SerializableH
Would you like to submit a pull request to update it?
Also in the latest version HyperLogLog is serializable. That means we can
get rid of the SerializableHyperLogLog class. (and move to use
HyperLogLogPlus).
On Tue, May 27, 2014 at 3:01 PM, Surendranauth Hiraman <
suren.hira...@velos.io> wr
Hi,
It looks like the version of Clearspring's stream analytics class in 1.0
branch and master is 2.5
There were some significant bug fixes in 2.6 and version 2.7 is just out
now as well.
Are there any plans to upgrade?
The QDigest deserialization code in 2.5 seems to have bugs that are fixed
i