You’re right, I tought latest will only compile against Java8.
Thanks
> On 23 May 2016, at 11:35, Dongjoon Hyun wrote:
>
> Hi,
>
> That is not the latest.
>
> The bug was fixed 5 days ago.
>
> Regards,
> Dongjoon.
>
>
> On Mon, May 23, 2016 at 2:16 AM, Ovidiu-Cristian MARCU
> mailto:ovi
Hi,
That is not the latest.
The bug was fixed 5 days ago.
Regards,
Dongjoon.
On Mon, May 23, 2016 at 2:16 AM, Ovidiu-Cristian MARCU <
ovidiu-cristian.ma...@inria.fr> wrote:
> Hi
>
> I have the following issue when trying to build the latest spark source
> code on master:
>
> /spark/common/net
Hi
I have the following issue when trying to build the latest spark source code on
master:
/spark/common/network-common/src/main/java/org/apache/spark/network/util/JavaUtils.java:147:
error: cannot find symbol
[error] if (process != null && process.isAlive()) {
[error]