Constructor public org.apache.spark.ml.feature.Bucketizer(java.lang.String) is not whitelisted.

Nathant93
New Contributor III

Hi,

I am getting the error Constructor public org.apache.spark.ml.feature.Bucketizer(java.lang.String) is not whitelisted. when using a serverless compute cluster. I have seen in some other articles that this is due to high concurrency - does anyone know a way around this while still using a serverless compute cluster?

Thanks