I looked for the spark dependencies on mvnrepository.com, there are many versions of the spark core, in Central
and Cloudera
, Central has version 2.4.0
and Cloudera version 2.4.0.Clouder1
or 2.4.0.Clouder2
For example, in spark core dependencies, RoaringBitmap
is version 0.5.11
in Central and 0.7.45
in Cloudera
If my pom dependencies are using the Central version I need to run it on a version of spark 2.4.0.cloudera
.
What can I need to do?