I am running into an issue with my Maven POM file where its unable to find spark dependency and is returning with error: Failed to read artifact descriptor for org.apache.sp
Resolved it, was due to a proxy setting that was enabled. Re-ran with mvn -U clean install and all was repaired.
mvn -U clean install