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

aswinkks
by New Contributor III
  • 1716 Views
  • 2 replies
  • 2 kudos

Resolved! Unstructured Data (Images) training in Databricks

I'm looking for a solution where1. Need a delta table that saves the pointers(path) of the images in volume2. Train a Pytorch, tensorflow or keras model with the data from delta lake.I tried multiple methods :1. Storing the data as vectors or binary ...

  • 1716 Views
  • 2 replies
  • 2 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 2 kudos

I managed to find a few solution accelerators that are in the ballpark, albeit not exact, to what you are trying to accomplish.   Have a look: 1. https://www.databricks.com/solutions/accelerators/digital-pathology 2. https://www.databricks.com/resour...

  • 2 kudos
1 More Replies
DbricksLearner1
by New Contributor
  • 1158 Views
  • 1 replies
  • 0 kudos

How do I display output from applyinPandas function?

I'm using databricks version 13.3. I have a function which I'm calling by using the applyInPandas function. I need to see the attributes of my df dataset which I'm using inside my function. My sample code looks likedef train_model(df):# Copy input Da...

  • 1158 Views
  • 1 replies
  • 0 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 0 kudos

Here are some idead/approaches to consider:   To inspect the attributes of a df dataset within a function used in applyInPandas on a Databricks Runtime 13.3 cluster, you can use debugging techniques that help you explore the structure and content of ...

  • 0 kudos
shubham_007
by Contributor III
  • 905 Views
  • 1 replies
  • 0 kudos

Assistance Needed with Databricks DQX Framework for Data Quality

 Hi Community Experts,I hope this message finds you well. Our team is currently working on enhancing data quality within our Databricks environment and we are utilizing the Databricks DQX framework for this purpose. We are seeking detailed guidance a...

  • 905 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Community Manager
  • 0 kudos

Hello @shubham_007! It looks like this post duplicates the one you recently posted. A response has already been provided there. I recommend continuing the discussion in that thread to keep the conversation focused and organised

  • 0 kudos
POB756
by New Contributor II
  • 1250 Views
  • 3 replies
  • 0 kudos

The case of the phantom files!

I developed a notebook that uses *.py files as module imports.  On my cluster, the logic in the notebook works fine, my custom modules get loaded, code executes.Using an AzDO pipeline, I deploy the notebook and supporting files to a separate workspac...

  • 1250 Views
  • 3 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

Got it.My background is not SWE, I have always been a 'data guy', but I definitely appreciate a proper dev workflow (ci/cd, git integration, tests).When we started using databricks like 7 or 8 years ago, we went for notebooks as this got us up to spe...

  • 0 kudos
2 More Replies
Henrik
by New Contributor III
  • 3200 Views
  • 3 replies
  • 2 kudos

UI menu customisation

If I want to customize the UI menu so some users/groups can't for example create jobs or make experiments etc.As I see it, when unity catalog is enabled, everyone can create jobs (If they have attach to cluster permission). But in my organization, th...

  • 3200 Views
  • 3 replies
  • 2 kudos
Latest Reply
pdiamond
Contributor
  • 2 kudos

I would also like a way to customize what users see when they log in. For example we don't want most of them to even have the option of creating a Genie Space so ideally we could simply remove "Genie" from their menu

  • 2 kudos
2 More Replies
Klusener
by Contributor
  • 4094 Views
  • 11 replies
  • 14 kudos

Smaller dataset causing OOM on large cluster

I have a pyspark job reading the input data volume of just ~50-55GB Parquet data from a delta table on Databricks. Job is using n2-highmem-4 GCP VM and 1-15 worker with autoscaling on databricks. Each workerVM of type n2-highmem-4 has 32GB memory and...

  • 4094 Views
  • 11 replies
  • 14 kudos
Latest Reply
mark_ott
Databricks Employee
  • 14 kudos

Next, use the repartition(n) to increase your dataframe to twice the number you got earlier. For example, if num_partitions was 30, then repartition(60) prior to running your query.  With half the data in each Memory Partition, I'm guessing you won't...

  • 14 kudos
10 More Replies
Arnold_Souza
by New Contributor III
  • 12159 Views
  • 9 replies
  • 1 kudos

How to move a metastore to a new Storage Account in unity catalog?

Hello, I would like to change the Metastore location in Databricks Account Console. I have one metastore created that is in an undesired container/storage account. I could see that it's not possible to edit a metastore that is already created. I coul...

1.JPG
  • 12159 Views
  • 9 replies
  • 1 kudos
Latest Reply
Bakkie
New Contributor III
  • 1 kudos

@TugrulA we repopulated our SQL warehouse by rerunning all Pipelines (Delta Live Tables) that read our raw data from an Azure storage account (different than the Metastore storage container) and write the bronze/silver/gold tables to the (new) Metast...

  • 1 kudos
8 More Replies
TugrulA
by New Contributor II
  • 2911 Views
  • 2 replies
  • 0 kudos

Databricks Unity Catalog Metastore

Hey everyone,I deleted my Unity Catalog metastore and now want to point it to another Azure storage account (ADLS). However, once a metastore is created, its storage location cannot be changed. Therefore, I deleted the existing metastore and created ...

  • 2911 Views
  • 2 replies
  • 0 kudos
Latest Reply
sarahbhord
Databricks Employee
  • 0 kudos

Hey TugrulA - 1. Deleting a Unity Catalog Metastore permanently removes all associated objects, and the new metastore wont automatically include original objects. Unfortunately automatic recover is not possible. While UC allows UNDROP for individual ...

  • 0 kudos
1 More Replies
mrstevegross
by Contributor III
  • 1456 Views
  • 2 replies
  • 0 kudos

Resolved! Trying to understand why a cluster reports as "terminating" right after being created

We use a "warmup" mechanism to get our DBR instance pool into a state where it has at-least-N instances. The logic is:For N repetitions:Request a new DBR cluster in the pool (which causes the pool to request an AWS instance)Wait for the cluster to re...

  • 1456 Views
  • 2 replies
  • 0 kudos
Latest Reply
mrstevegross
Contributor III
  • 0 kudos

Aha, found it. I monitored the pool status via the DBR UI, and when a cluster *started* being provisioned, I clicked into it. Then I looked at the event log, and found useful information about failed steps. The underlying error was indeed AWS related...

  • 0 kudos
1 More Replies
Lennart
by New Contributor II
  • 2749 Views
  • 3 replies
  • 1 kudos

Resolved! Databricks AWS permission question

Hello,I'm currently using Databricks on AWS for some basic ETL where the resulting data is stored as Hive external delta tables.Even though Unity catalog is disabled, table access control is disabled for the workspace, and the cluster is running with...

  • 2749 Views
  • 3 replies
  • 1 kudos
Latest Reply
Isi
Honored Contributor III
  • 1 kudos

@Lennart Glad to hear it helped! If you think this solves your question, please consider marking it as the accepted answer so it can assist other users as well.Best regards, Isi

  • 1 kudos
2 More Replies
TravisBrowne
by New Contributor II
  • 1775 Views
  • 1 replies
  • 0 kudos

Linking Workspace IDs to Names in Billing Schema

Hi everyone,We recently enabled UC and the Billing system table to monitor our usage and costs. We've successfully set up a dashboard to track these metrics for each workspace. The usage table includes the workspace_id, but I'm having trouble finding...

  • 1775 Views
  • 1 replies
  • 0 kudos
Latest Reply
andreji
New Contributor II
  • 0 kudos

I got this from their older version of the dashboard. dbdemos uc-04-system-tablesWhen everything is executed, go to your graph in the dashboard, click three dots in the top right, select in my case "View dataset:usage_overview" then paste/modify sql ...

  • 0 kudos
aishwaryakdataa
by New Contributor
  • 933 Views
  • 1 replies
  • 0 kudos

Unable to Access Data Apps/Templates in Databricks Workspace

Hi,We are currently unable to view any of the standard apps/templates (such as Data Apps, Chatbot, and Hello World) within our Databricks workspace.Workspace Details:Workspace Name: KdataaiWorkspace URL: https://1027317917071147.7.gcp.databricks.comC...

  • 933 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Community Manager
  • 0 kudos

Hello @aishwaryakdataa! Could you please verify if the Databricks Apps service is enabled in your workspace? You may also need to review the App configuration settings and ensure that the appropriate roles and permissions are in place to access the t...

  • 0 kudos
pranav5
by New Contributor II
  • 2063 Views
  • 3 replies
  • 0 kudos

Unable to add a microsoft security group as Workspace Admin

I'm a workspace admin for a databricks workspace. I can add a microsoft security group in the workspace. When I click on the group to view it I can view the members of the group same in the Azure AD reflecting correctly but it throws an error on the ...

  • 2063 Views
  • 3 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Honored Contributor III
  • 0 kudos

@pranav5 This issue usually occurs because of how Databricks handles group provisioning via SCIM, especially with external groups from Azure AD.SCIM 404 Error: This generally means Databricks cannot find a matching SCIM identity for the Azure AD grou...

  • 0 kudos
2 More Replies
adrianojsoares1
by New Contributor
  • 1553 Views
  • 2 replies
  • 0 kudos

JDBC Driver cannot connect when using TokenCachePassPhrase property

Hello all, I'm looking for suggestions on enabling the token cache when using browser based SSO login. I'm following the instructions found here: Databricks-JDBC-Driver-Install-and-Configuration-Guide For my users, I would like to enable the token ca...

  • 1553 Views
  • 2 replies
  • 0 kudos
Latest Reply
NandiniN
Databricks Employee
  • 0 kudos

For the error encountered (Cannot invoke "java.nio.file.attribute.AclFileAttributeView.setAcl(...)" because "<local6>" is null)  might be permission or file system issues where the token cache store is being accessed.  When EnableTokenCache=0, the to...

  • 0 kudos
1 More Replies
crvkumar
by New Contributor II
  • 5294 Views
  • 3 replies
  • 1 kudos

Databricks Notebook says "Connecting.." for some users

For some users, after clicking on a notebook the screen says "connecting..." and the notebook does not open.The users are using Chrome browser and the same happens with Edge as well.What could be the reason?

  • 5294 Views
  • 3 replies
  • 1 kudos
Latest Reply
AakashYadav
New Contributor II
  • 1 kudos

Even I am facing the same issue. It always keep saying, opening the notepad. Luckily once it is opened and when connected with the cluster, then its getting timeout.

  • 1 kudos
2 More Replies
Labels