Re: [VOTE] Spark 2.2.1 (RC2)

2017-11-26 Thread Sean Owen
Yes it downloads recent releases. The test worked for me on a second try, so I suspect a bad mirror. If this comes up frequently we can just add retry logic, as the closer.lua script will return different mirrors each time. The tests all pass for me on the latest Debian, so +1 for this release. (

Object in compiler mirror not found - maven build

2017-11-26 Thread Tomasz Dudek
Hello everyone, I would love to help develop Apache Spark. I have run into a (very basic?) issue which holds me in that mission. I followed the `how to contribute` guide, however running ./build/mvn -DskipTests clean package fails with: [INFO] Using zinc server for incremental compilation [info]

Re: Object in compiler mirror not found - maven build

2017-11-26 Thread Sean Owen
I'm not seeing that on OS X or Linux. It sounds a bit like you have an old version of zinc or scala or something installed. On Sun, Nov 26, 2017 at 3:55 PM Tomasz Dudek wrote: > Hello everyone, > > I would love to help develop Apache Spark. I have run into a (very basic?) > issue which holds me

Re: Object in compiler mirror not found - maven build

2017-11-26 Thread Mark Hamstra
Or you just have zinc running but in a bad state. `zinc -shutdown` should kill it off and let you try again. On Sun, Nov 26, 2017 at 2:12 PM, Sean Owen wrote: > I'm not seeing that on OS X or Linux. It sounds a bit like you have an old > version of zinc or scala or something installed. > > On Su