Re: Packages to release in 3.0.0-preview

2019-10-25 Thread Takeshi Yamamuro
Thanks for that work! > I don't think JDK 11 is a separate release (by design). We build > everything targeting JDK 8 and it should work on JDK 11 too. +1. a single package working on both jvms looks nice. On Sat, Oct 26, 2019 at 4:18 AM Sean Owen wrote: > I don't think JDK 11 is a separate

Re: [build system] intermittent network issues + potential power shutoff over the weekend

2019-10-25 Thread Takeshi Yamamuro
ok, thanks, Shane! Bests, Takeshi On Sat, Oct 26, 2019 at 7:01 AM Shane Knapp wrote: > > 2) the OTHER thing is that PG will be potentially cutting power to > > campus again tomorrow evening and over the weekend. i am unsure 1) if > > this is happening, and 2) if our campus colo will go on to

Re: [build system] intermittent network issues + potential power shutoff over the weekend

2019-10-25 Thread Shane Knapp
> 2) the OTHER thing is that PG will be potentially cutting power to > campus again tomorrow evening and over the weekend. i am unsure 1) if > this is happening, and 2) if our campus colo will go on to generator > backup power. > > if the colo does go on backup power, all of the workers will shut

Re: [build system] intermittent network issues + potential power shutoff over the weekend

2019-10-25 Thread Dongjoon Hyun
Thank you for notice, Shane. Bests, Dongjoon. On Fri, Oct 25, 2019 at 12:31 PM Shane Knapp wrote: > > 1) our department is having some issues w/their network and other > > services. this means that if you're at the jenkins site, you may > > occasionally get a 503 error. just hit refresh a

Re: [build system] intermittent network issues + potential power shutoff over the weekend

2019-10-25 Thread Shane Knapp
> 1) our department is having some issues w/their network and other > services. this means that if you're at the jenkins site, you may > occasionally get a 503 error. just hit refresh a couple of times and > it will come back. > btw this might impact some pull request builds, so if your PR or

[build system] intermittent network issues + potential power shutoff over the weekend

2019-10-25 Thread Shane Knapp
1) our department is having some issues w/their network and other services. this means that if you're at the jenkins site, you may occasionally get a 503 error. just hit refresh a couple of times and it will come back. 2) the OTHER thing is that PG will be potentially cutting power to campus

Re: Packages to release in 3.0.0-preview

2019-10-25 Thread Sean Owen
I don't think JDK 11 is a separate release (by design). We build everything targeting JDK 8 and it should work on JDK 11 too. So, just two releases, but, frankly I think we soon need to stop multiple releases for multiple Hadoop versions, and stick to Hadoop 3. I think it's fine to try to release

Packages to release in 3.0.0-preview

2019-10-25 Thread Xingbo Jiang
Hi all, I would like to bring out a discussion on how many packages shall be released in 3.0.0-preview, the ones I can think of now: * scala 2.12 + hadoop 2.7 * scala 2.12 + hadoop 3.2 * scala 2.12 + hadoop 3.2 + JDK 11 Do you have other combinations to add to the above list? Cheers, Xingbo

Re: Minimum JDK8 version

2019-10-25 Thread Steve Loughran
On Fri, Oct 25, 2019 at 2:56 AM Dongjoon Hyun wrote: > > All versions of JDK8 are not the same naturally. For example, Hadoop > community also have the following document although they are not specifying > the minimum versions. > > - >