titicaca / spark-iforest

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

No version for spark1.x #44

Closed lurongjiang closed 12 months ago

lurongjiang commented 1 year ago

I am attempting to modify the code to be compatible with Spark 1.5, but I have discovered that many of the classes are features of Spark 2.x. Is there a plan to provide a version for Spark 1.x?

titicaca commented 1 year ago

Unfortunately there is no plan to support spark 1.x, but I think you can just refactor the codes and change the corresponding classes to the older version.

mtsol commented 1 year ago

Do you have support for spark 3.1.1????

lurongjiang commented 1 year ago

Not yet, I just copy some code from Spark2.x for Spark1.5 adaptation, not for Spark3.x