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] ^
[error] symbol: method isAlive()
[error] location: variable process of type Process
[error] 1 error
[error] Compile failed at May 23, 2016 11:13:58 AM [1.319s]
related to [INFO] Spark Project Networking ........................... FAILURE
[ 1.495 s]
Am I missing some fix?
Thanks
Best,
Ovidiu