Re: Difference between netty and netty-all

2016-12-06 Thread Steve Loughran
ies here: https://github.com/apache/spark/search?l=Groff=netty=Code=%E2%9C%93 What’s the difference between netty and netty-all? The reason I ask is because I’m looking at a Netty PR<https://github.com/netty/netty/pull/5345> and trying to figure out if Spark 2.0.2 is using a version of Netty that includes that PR or not. Nick ​

Re: Difference between netty and netty-all

2016-12-05 Thread Shixiong(Ryan) Zhu
0:30 UTC 2015 io/netty/util/internal/ >> ThreadLocalRandom$2.class >> 5973 Tue Jun 23 11:10:30 UTC 2015 io/netty/util/internal/ >> ThreadLocalRandom.class >> >> On Mon, Dec 5, 2016 at 8:53 AM, Nicholas Chammas < >> nicholas.cham...@gmail.com> wrote

Re: Difference between netty and netty-all

2016-12-05 Thread Nicholas Chammas
etty/util/internal/ThreadLocalRandom$2.class > 5973 Tue Jun 23 11:10:30 UTC 2015 > io/netty/util/internal/ThreadLocalRandom.class > > On Mon, Dec 5, 2016 at 8:53 AM, Nicholas Chammas < > nicholas.cham...@gmail.com> wrote: > > I’m looking at the list of dependencies here:

Re: Difference between netty and netty-all

2016-12-05 Thread Shixiong(Ryan) Zhu
hreadLocalRandom.class >> >> On Mon, Dec 5, 2016 at 8:53 AM, Nicholas Chammas < >> nicholas.cham...@gmail.com> wrote: >> >> I’m looking at the list of dependencies here: >> >> https://github.com/apache/spark/search?l=Groff=netty; >> type=Code=%E2%9C%93 &

Re: Difference between netty and netty-all

2016-12-05 Thread Nicholas Chammas
y/util/internal/ThreadLocalRandom.class > > On Mon, Dec 5, 2016 at 8:53 AM, Nicholas Chammas < > nicholas.cham...@gmail.com> wrote: > > I’m looking at the list of dependencies here: > > > https://github.com/apache/spark/search?l=Groff=netty=Code=%E2%9C%93 > &

Re: Difference between netty and netty-all

2016-12-05 Thread Sean Owen
the list of dependencies here: > > > https://github.com/apache/spark/search?l=Groff=netty=Code=%E2%9C%93 > > What’s the difference between netty and netty-all? > > The reason I ask is because I’m looking at a Netty PR > <https://github.com/netty/netty/pull/5345> and trying

Re: Difference between netty and netty-all

2016-12-05 Thread Ted Yu
h?l=Groff=netty; > type=Code=%E2%9C%93 > > What’s the difference between netty and netty-all? > > The reason I ask is because I’m looking at a Netty PR > <https://github.com/netty/netty/pull/5345> and trying to figure out if > Spark 2.0.2 is using a version of Netty that includes that PR or not. > > Nick > ​ >

Difference between netty and netty-all

2016-12-05 Thread Nicholas Chammas
I’m looking at the list of dependencies here: https://github.com/apache/spark/search?l=Groff=netty=Code=%E2%9C%93 What’s the difference between netty and netty-all? The reason I ask is because I’m looking at a Netty PR <https://github.com/netty/netty/pull/5345> and trying to figure out if