Re: Cannot resolve graphx 3.4.0-SNAPSHOT

2022-06-19 Thread Enrico Minack
Issue solved by explicitly adding the 
https://repository.apache.org/snapshots repository to my POM.


Mvn resolved other packages from that repo, and this has worked for 
snapshots before.


Thanks anyway,
Enrico


Am 19.06.22 um 22:30 schrieb Enrico Minack:


Hi devs,

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


 org.apache.spark spark-graphx_2.12 
3.4.0-SNAPSHOT provided 
...
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






Cannot resolve graphx 3.4.0-SNAPSHOT

2022-06-19 Thread Enrico Minack

Hi devs,

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


 org.apache.spark spark-graphx_2.12 
3.4.0-SNAPSHOT provided 

...
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