cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

esi
by New Contributor II
  • 15849 Views
  • 2 replies
  • 1 kudos

numpy.ndarray size changed, may indicate binary incompatibility

Hi All,I have installed the following libraries on my cluster (11.3 LTS that includes Apache Spark 3.3.0, Scala 2.12):numpy==1.21.4flair==0.12 â€Žon executing `from flair.models import TextClassifier`, I get the following error:"numpy.ndarray size chan...

  • 15849 Views
  • 2 replies
  • 1 kudos
Latest Reply
sean_owen
Databricks Employee
  • 1 kudos

You have changed the numpy version, and presumably that is not compatible with other libraries in the runtime. If flair requires later numpy, then use a later DBR runtime for best results, which already has later numpy versions

  • 1 kudos
1 More Replies
niruban
by Databricks Partner
  • 1999 Views
  • 1 replies
  • 0 kudos

Databricks Asset Bundle Behaviour for new workflows and existing workflows

Dear Community Members -I am trying to deploy a workflow using DAB. After deploying if I am updating the same workflow with different bundle name it is creating a new workflow instead of updating the existing workflow. Also when I am trying to use sa...

  • 1999 Views
  • 1 replies
  • 0 kudos
Latest Reply
niruban
Databricks Partner
  • 0 kudos

@nicole_lu_PM : Do you have any suggestions or feedback for the above question ? It will be really helpful if we can get some insights. 

  • 0 kudos
karola61
by New Contributor II
  • 1968 Views
  • 1 replies
  • 0 kudos

org.apache.spark.SparkException: Job aborted due to stage failure:

org.apache.spark.SparkException: Job aborted due to stage failure:

  • 1968 Views
  • 1 replies
  • 0 kudos
Latest Reply
rajeshg
New Contributor II
  • 0 kudos

Along with Job aborted due to stage failure: if you see slave lost... then it is due to less memory allocated for executors, more cores per executor more memory required or the other possibility is you have used max cpu available in cluster and the d...

  • 0 kudos
Awoke101
by New Contributor III
  • 1293 Views
  • 0 replies
  • 0 kudos

UC_COMMAND_NOT_SUPPORTED.WITHOUT_RECOMMENDATION in shared access mode?

I'm using a shared access cluster and am getting this error while trying to upload to Qdrant.  #embeddings_df = embeddings_df.limit(5) options = { "qdrant_url": QDRANT_GRPC_URL, "api_key": QDRANT_API_KEY, "collection_name": QDRANT_COLLEC...

Get Started Discussions
qdrant
shared_acess
UC_COMMAND_NOT_SUPPORTED.WITHOUT_RECOMMENDATION
  • 1293 Views
  • 0 replies
  • 0 kudos
ganemouni
by New Contributor
  • 3070 Views
  • 1 replies
  • 0 kudos

Facing issue with Databricks Context Limit Exceeded

We have a use case , where there may be chance of 200 jobs executing at once. But Few notebooks are failing with an issue "run failed with error message Too many execution contexts are open right now.(Limit set currently to 150)." Can anyone help how...

ganemouni_0-1718803036914.png
  • 3070 Views
  • 1 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

Hello, you can refer to the following KB article for information and best practices in regards the issue you are facing: https://kb.databricks.com/en_US/notebooks/too-many-execution-contexts-are-open-right-now  Best practices Use a job cluster instea...

  • 0 kudos
FerArribas
by Contributor
  • 3698 Views
  • 1 replies
  • 1 kudos
  • 3698 Views
  • 1 replies
  • 1 kudos
Latest Reply
jacovangelder
Databricks MVP
  • 1 kudos

There is no distinction to make, it's VM's and you can't choose. Databricks SQL Serverless Warehouses uses K8s under the hood though. 

  • 1 kudos
Jagadish_Vela
by New Contributor II
  • 5581 Views
  • 3 replies
  • 0 kudos

Issue with importing data into Power BI from a view containing 100 million records in ADB

Hello, everyone. I'm trying to import data into Power BI from a view in Azure Databricks that contains over 10 million records. Every time it's failing with this following error"Failed to save modifications to the server. Error returned: 'OLE DB or O...

ADB Token Error.png
  • 5581 Views
  • 3 replies
  • 0 kudos
Latest Reply
riquedan
New Contributor II
  • 0 kudos

Users have the option of either using OAuth or switching to Personal Access Token as a solution. I am sorry to say that this is the only method I am aware of at the present. hi 

  • 0 kudos
2 More Replies
chand20025
by New Contributor
  • 1092 Views
  • 0 replies
  • 0 kudos

Does databricks  support spearman rank correlation

  while working on spark scala. I tried working on code using pearson correaltion it works but when I  tried to work on spearman rank correlation it displayed error like Currently only the calculation of the Pearson Correlation coefficient is support...

Screenshot (21).png
  • 1092 Views
  • 0 replies
  • 0 kudos
fperry
by New Contributor III
  • 1652 Views
  • 0 replies
  • 0 kudos

Concurrent State Update from Worker Nodes Possible?

For a data processing pipeline I use structured streaming and arbitrary stateful processing. I was wondering if the partitioning over several worker nodes and thus updating the state from different worker nodes has to be considered (e.g. using a lock...

  • 1652 Views
  • 0 replies
  • 0 kudos
karola61
by New Contributor II
  • 1799 Views
  • 1 replies
  • 0 kudos

What is the vector database to generate in DataBricks?

What is the vector database to generate in DataBricks?

  • 1799 Views
  • 1 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

it is used for RAG models (generative AI) and contains embeddings used by those models.https://docs.databricks.com/en/generative-ai/vector-search.html

  • 0 kudos
Labels