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.
(
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]
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
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