titicaca / spark-iforest

Isolation Forest on Spark
Apache License 2.0
227 stars 89 forks source link

our spark version is 2.2.0, what can i do? #25

Closed flybird101 closed 4 years ago

flybird101 commented 4 years ago

can i change the 2.4.0</spark.version> of the pom file into 2.2.0</spark.version>

flybird101 commented 4 years ago

can i change the 2.4.0</spark.version> of the pom file into 2.2.0</spark.version>

---it's not work.

titicaca commented 4 years ago

It won't work, because it uses different APIs. You can find v2.2.0 in the releases: https://github.com/titicaca/spark-iforest/releases.

By the way, pyspark-iforest is only supported on v2.4.x.

flybird101 commented 4 years ago

It won't work, because it uses different APIs. You can find v2.2.0 in the releases: https://github.com/titicaca/spark-iforest/releases.

By the way, pyspark-iforest is only supported on v2.4.x.

ok, thanks.