โ10-12-2022 02:05 AM
Hello, i have a problem.
When I try to run the MLlib Assembler (from pyspark.ml.feature import VectorAssembler) I get this error and I don't know what to do anymore. Please help.
โ10-16-2022 11:48 AM
Is it High Concurrency cluster with credential passthrough enabled? In that case, you can use a different cluster mode.
https://docs.azuredatabricks.net/spark/latest/data-sources/azure/adls-passthrough.html
This exception is thrown when you have accessed a method that Azure Databricks has not explicitly marked as safe for Azure Data Lake Storage credential passthrough clusters. In most cases, the technique could allow a user on an Azure Data Lake Storage credential passthrough cluster to access another userโs credential.
โ10-16-2022 11:48 AM
Is it High Concurrency cluster with credential passthrough enabled? In that case, you can use a different cluster mode.
https://docs.azuredatabricks.net/spark/latest/data-sources/azure/adls-passthrough.html
This exception is thrown when you have accessed a method that Azure Databricks has not explicitly marked as safe for Azure Data Lake Storage credential passthrough clusters. In most cases, the technique could allow a user on an Azure Data Lake Storage credential passthrough cluster to access another userโs credential.
โ10-25-2022 01:04 PM
Thanks you so much!
โ10-10-2024 08:50 AM
How could we whitelist this error below with DBR 13.3 and above?
Py4JError: An error occurred while calling None.org.apache.spark.ml.recommendation.ALS. Trace: py4j.security.Py4JSecurityException: Constructor public org.apache.spark.ml.recommendation.ALS(java.lang.String) is not whitelisted. at py4j.security.WhitelistingPy4JSecurityManager.checkConstructor(WhitelistingPy4JSecurityManager.java:451) at py4j.Gateway.invoke(Gateway.java:256) at py4j.commands.ConstructorCommand.invokeConstructor(ConstructorCommand.java:80) at py4j.commands.ConstructorCommand.execute(ConstructorCommand.java:69) at py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:199) at py4j.ClientServerConnection.run(ClientServerConnection.java:119) at java.lang.Thread.run(Thread.java:750)
โ07-10-2025 06:17 PM
I am facing the same error with Databricks Serverless (Free Edition) .... please fix it
4 hours ago
Do you plan to support this in Serverless Free Edition? Migration from Community Edition to Serveless has been fraught with these limitations.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now