cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Raja_fawadAhmed
by New Contributor
  • 224 Views
  • 1 replies
  • 0 kudos

databricks job compute price w.r.t running time

I have two workflows (jobs) in data bricks (AWS) with below cluster specs (job base cluster NOT general purpose)Driver: i3.xlarge · Workers: i3.xlarge · 2-8 workers Job 1 takes 10 min to completeJob 2 takes 50 min to completeQuestions:DBU cost is sam...

  • 224 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

  Hi @Raja_fawadAhmed, DBU Cost for Both Jobs: Databricks pricing is based on DBUs (Databricks Units) consumed. The cost depends on the type of compute instances used and the specific workload.For your two jobs, the DBU cost would be calculated...

  • 0 kudos
Prashanthkumar
by New Contributor II
  • 2342 Views
  • 5 replies
  • 0 kudos

Is it possible to view Databricks cluster metrics using REST API

I am looking for some help on getting databricks cluster metrics such as memory utilization, CPU utilization, memory swap utilization, free file system using REST API.I am trying it in postman using databricks token and with my Service Principal bear...

Prashanthkumar_0-1705104529507.png
  • 2342 Views
  • 5 replies
  • 0 kudos
Latest Reply
Nandhini_Kumar
New Contributor III
  • 0 kudos

Is there any alternative way to get all performance metrics programmatically?

  • 0 kudos
4 More Replies
Surajv
by New Contributor III
  • 271 Views
  • 1 replies
  • 0 kudos

Difference between delete token API and revoke token API Databricks

Hi Community, I am trying to understand the difference between:Delete token API: DELETE /api/2.0/token-management/tokens/{token_id}Revoke token API: POST /api/2.0/token/deleteAs, when I create more than 600 tokens - I am getting QUOTA_EXCEEDED error....

  • 271 Views
  • 1 replies
  • 0 kudos
Latest Reply
Surajv
New Contributor III
  • 0 kudos

Delete token API doc link: https://docs.databricks.com/api/workspace/tokenmanagement/deleteRevoke token API doc link: https://docs.databricks.com/api/workspace/tokens/revoketoken 

  • 0 kudos
NC
by New Contributor III
  • 200 Views
  • 1 replies
  • 0 kudos

Using libpostal in Databricks

Hi,I am trying to work on address parsing and would like to use libpostal in Databricks.I have used the official python bindings: GitHub - openvenues/pypostal: Python bindings to libpostal for fast international address parsing/normalizationpip insta...

  • 200 Views
  • 1 replies
  • 0 kudos
Latest Reply
NC
New Contributor III
  • 0 kudos

I managed to install pylibpostal via the Cluster Library. but I cannot seem to download the data needed to run it.Please help. Thank you.

  • 0 kudos
hpicatto
by New Contributor III
  • 354 Views
  • 1 replies
  • 0 kudos

Download event and run logs

how can I download the run and event logs? spark UI is loading them from somewhere but I couldn't find them in dbfs nor on s3

  • 354 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @hpicatto,  The Spark Web UI provides a suite of user interfaces (UIs) for monitoring your Spark cluster. You can access it by navigating to http://<driver-node-ip>:18080 in your web browser.On the appropriate application page, click the Download ...

  • 0 kudos
super7admin
by New Contributor
  • 806 Views
  • 2 replies
  • 0 kudos

unable to see AI playground in Machine Learning in Dashboard

unable to see AI playground in Machine Learning in Dashboard

  • 806 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @super7admin, Please check this document - https://docs.databricks.com/en/large-language-models/ai-playground.html

  • 0 kudos
1 More Replies
Surajv
by New Contributor III
  • 376 Views
  • 1 replies
  • 0 kudos

What is the quota limit for using create user token api?

Hi Community, I was going through this doc: https://docs.databricks.com/api/workspace/tokens/create to and got to know, that there is a quota limit to how many token one can generate using the api: POST /api/2.0/token/create, having breached the thre...

  • 376 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Surajv, Let’s dive into the details of token quotas in Databricks. Quota Limit for Token Creation: The quota limit for creating user tokens via the API (specifically, using POST /api/2.0/token/create) is essential to manage token usage.Each u...

  • 0 kudos
Surajv
by New Contributor III
  • 306 Views
  • 1 replies
  • 0 kudos

Number of tokens generated for a service principal

Hi community, Is there any API or option to view all PAT tokens generated by a Databricks service principal?

  • 306 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Surajv, When working with Databricks service principals, you can manage and view personal access tokens (PATs) associated with them. Here’s how you can achieve this: What is a Service Principal? A service principal is an identity created in ...

  • 0 kudos
Еmil
by New Contributor III
  • 1654 Views
  • 3 replies
  • 1 kudos

Resolved! source set to GIT for Databricks Asset Bundle notebook_task - git authentication fails on run

My post was marked as Spam after trying to post the description of my issue so now I have posted the question on stackoverflow.

  • 1654 Views
  • 3 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @Еmil, I've read through your question and believe I have a solution for you. Here's a response to your question: Since your job runs as a service principal, consider using OAuth M2M authentication for accessing your Azure DevOps Git repository.En...

  • 1 kudos
2 More Replies
Frustrated_DE
by New Contributor II
  • 664 Views
  • 1 replies
  • 0 kudos

DLT SQL demo pipeline issue

Hi,   First foray into DLT and following code exerts from the sample-DLT-notebook.I'm creating a notebook with the SQL below:CREATE STREAMING LIVE TABLE sales_orders_rawCOMMENT "The raw sales orders, ingested from /databricks-datasets."TBLPROPERTIES ...

  • 664 Views
  • 1 replies
  • 0 kudos
Latest Reply
Frustrated_DE
New Contributor II
  • 0 kudos

If you change the notebook default language as opposed to using magic command. I normally have it set to Python, I've wrongly assumed DLT would transpose as can't use magic command but have to change default in order for it to work. 

  • 0 kudos
hpicatto
by New Contributor III
  • 658 Views
  • 3 replies
  • 0 kudos

using the api for getting cost in usd

I'm trying to use the API of billable usage and I do get a report but I have not been able to get the usd cost report, only the dbuHours. I guess I've to change the meter_name but I cannot find the key for that parameter anywhere

  • 658 Views
  • 3 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @hpicatto, AWS Usage Reports: AWS provides detailed usage and cost reports through the AWS Cost and Usage Report. You can access this report via the AWS Management Console. Here are the steps: Log in to the AWS Management Console.Navigate to the B...

  • 0 kudos
2 More Replies
Floody
by New Contributor II
  • 818 Views
  • 1 replies
  • 0 kudos

New draft for every post I visit

When I visit my profile page, under the drafts section I see an entry for every post I visit in the discussions. Is this normal?

  • 818 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Floody, Yes, it is normal to see an entry for every post you visit in the discussions under the drafts section of your profile page. This feature allows you to easily access and continue working on drafts of posts that you have started or viewed ...

  • 0 kudos
NoviKamayana
by New Contributor
  • 553 Views
  • 1 replies
  • 1 kudos

Database: Delta Lake or PostgreSQL

Hey all,I am searching for a non-political answer to my database questions. Please know that I am a data newbie and litteraly do not know anything about this topic, but I want to learn, so please be gentle.  Some context: I am working for an OEM that...

  • 553 Views
  • 1 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @NoviKamayana, Let’s dive into the world of data storage and explore the differences between Delta Lake and PostgreSQL. As a data newbie, you’re on the right track to learn more about these concepts. Data Lake vs. Delta Lake Benefits and Limit...

  • 1 kudos
mohaimen_syed
by New Contributor III
  • 2648 Views
  • 5 replies
  • 1 kudos

Fuzzy Match on PySpark using UDF/Pandas UDF

I'm trying to do fuzzy matching on two dataframes by cross joining them and then using a udf for my fuzzy matching. But using both python udf and pandas udf its either very slow or I get an error. @pandas_udf("int")def core_match_processor(s1: pd.Ser...

  • 2648 Views
  • 5 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @mohaimen_syed, Could you please help me with these details:-  - Cluster details, and - Check if Apache Apache Arrow optimization is enabled in your cluster.

  • 1 kudos
4 More Replies
Labels
Top Kudoed Authors