cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

tariqph
by New Contributor II
  • 3057 Views
  • 6 replies
  • 1 kudos

SQL endpoint vCPU on Azure

How do I change the vCPU type for SQL Endpoint on Azure Databricks? Currently it picks as default DSv4 CPUs which reaches its quota limit although I have unused quota in other vCPU types. I faced similar issue while using Delta live tables but I was ...

  • 3057 Views
  • 6 replies
  • 1 kudos
Latest Reply
Prabakar
Esteemed Contributor III
  • 1 kudos

Hi @Tarique Anwar​ , I don't think changing the vCPU type, for now, is possible. However, I can check with the product team on this.https://docs.microsoft.com/en-us/azure/databricks//sql/admin/sql-endpoints#required-azure-vcpu-quota

  • 1 kudos
5 More Replies
jwilliam
by Contributor
  • 8266 Views
  • 6 replies
  • 10 kudos
  • 8266 Views
  • 6 replies
  • 10 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 10 kudos

Hi @John William​, Just a friendly follow-up. Do you still need help or the above responses help you to find the solution? Please let us know.

  • 10 kudos
5 More Replies
brickster_2018
by Esteemed Contributor
  • 1472 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to run 2 different applications with the same class name on a cluster

I have two jars with the same class name. It works fine on yarn. When trying to run these jars on the Databricks cluster, I run into issues. Why Databricks is having this limitation?

  • 1472 Views
  • 1 replies
  • 0 kudos
Latest Reply
brickster_2018
Esteemed Contributor
  • 0 kudos

When you run the jobs in Yarn, those are 2 different applications getting submitted on Yarn. Hence each application will have a separate Spark driver JVM's. In Databricks, a cluster has one JVM for the Spark driver. When applications with the same na...

  • 0 kudos
Labels