Hi devs,

moving to 3.4.0 snapshots, Spark modules resolve perfectly fine for 3.4.0-SNAPSHOT, except for graphx:

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-graphx_2.12</artifactId> 
<version>3.4.0-SNAPSHOT</version> <scope>provided</scope> </dependency>

...
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/spark/spark-catalyst_2.12/3.4.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/spark/spark-catalyst_2.12/3.4.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 15 kB/s) [WARNING] The POM for org.apache.spark:spark-graphx_2.12:jar:3.4.0-SNAPSHOT is missing, no dependency information available

The respective https://repository.apache.org/snapshots/org/apache/spark/spark-graphx_2.12/3.4.0-SNAPSHOT/maven-metadata.xml exists, it contains the POM entry, and the respective POM file exists.

I cannot see why mvn cannot resolve this particular dependency.

Any hints?

Cheers,
Enrico

Reply via email to