Failed to read artifact descriptor for org.apache.spark:spark-core_2.11
Answered
I am getting issues while setting spark dependency in POM.xml. Below is the error that I am getting-
Failed to read artifact descriptor for org.apache.spark:spark-core_2.11. Inspects a Maven model for resolution problems
Also please find attached


all the screen shot of java file, pom and errors
Please sign in to leave a comment.
Have you tried to refresh project in Maven project tool widow? Can you build project from command line?
I see that IDE reports a syntax error in the very beginning of the pom.xml file. Can you provide the error text?
Try also selecting different Maven version in IDE Maven settings.
If issue remains, please attach idea.log after IDE restart and a sample project. Thanks.