- 16938 Views
- 3 replies
- 0 kudos
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.
- 16938 Views
- 3 replies
- 0 kudos
Latest Reply
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...
2 More Replies
- 14311 Views
- 2 replies
- 1 kudos
Where can we see when what feature is expected? can you share the schedule?
- 14311 Views
- 2 replies
- 1 kudos
Latest Reply
You need to subscribe to Databricks newsletter, and tune in for the Quarterly Product Roadmap Webinars
1 More Replies
- 6842 Views
- 2 replies
- 1 kudos
My code:from great_expectations.datasource import SparkDFDatasourcefrom pyspark.sql import SparkSessionsession_name = 'mk_spark_session'spark = SparkSession.builder.appName(session_name).getOrCreate()datasource = SparkDFDatasource(spark)query = "SELE...
- 6842 Views
- 2 replies
- 1 kudos
Latest Reply
Are you using a high concurrency cluster? if you do, please try to run this code on standard cluster
1 More Replies
- 6867 Views
- 4 replies
- 1 kudos
Hello all, I'm experiencing this issueConstructor public com.databricks.backend.daemon.dbutils.FSUtilsParallel is not whitelisted when I'm trying to mount a s3 bucket. %python
dbutils.fs.mount("s3a://dd-databricks-staging-storage/data/staging/datalak...
- 6867 Views
- 4 replies
- 1 kudos
Latest Reply
WE have this problem running cluster with 11.2 and shared access mode. spark.databricks.pyspark.enablePy4JSecurity false - this does not help because it says spark.databricks.pyspark.enablePy4JSecurity is not allowed when choosing access modehere is ...
3 More Replies
- 1520 Views
- 2 replies
- 0 kudos
Is there any way to change public ip of driver node? when I try to launch two different instance (single node), I see those two machine have the same public ip.I'm writing this command into notebook of each instance. I got the same ip.from requests i...
- 1520 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @Hakan Tekbas Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Thank...
1 More Replies