Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
-
None
Description
Using IntelliJ IDEA 2016.2.4 Ultimate, Ubuntu 16.04 LTS with latest updates
Put the following into pom.xml as shown here: https://spark.apache.org/downloads.html
<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> <version>2.0.1</version> </dependency>
Version 2.0.1 does not seem to exist in the Central Repository: https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/