cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Data + AI Summit 2024 - Data Lakehouse Architecture


Forum Posts

db_db
by New Contributor
  • 4598 Views
  • 2 replies
  • 2 kudos
  • 4598 Views
  • 2 replies
  • 2 kudos
Latest Reply
Anonymous
Not applicable
  • 2 kudos

Hi @janaki jagadeesh​ Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answ...

  • 2 kudos
1 More Replies
JH
by New Contributor II
  • 3063 Views
  • 2 replies
  • 0 kudos

Resolved! Does CVE-2020-13949 (vulnerability) affect the data plane and its security patch is included in Databricks 10.4 LTS?

Here is the previous discussion. https://community.databricks.com/s/question/0D58Y0000ACcIv2SQF/does-thrift-only-exist-in-databrick-control-planeI have the following questions.Does CVE-2020-13949 affect the data plane or not?Do you know from which ve...

  • 3063 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @Jimin Hsieh​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so w...

  • 0 kudos
1 More Replies
JH
by New Contributor II
  • 8500 Views
  • 0 replies
  • 0 kudos

Is CVE-2023-22946 managed by databricks?

Hi Databricks,We want to understand a vulnerability issue - CVE-2023-22946.does this CVE affect Azure databricks users? Does it affect data plane? Is it managed by databricks? Should end users do anything to mitigate it if this issue is a shared res...

  • 8500 Views
  • 0 replies
  • 0 kudos
Teja07
by New Contributor II
  • 2435 Views
  • 1 replies
  • 0 kudos

Number of DBU's utilized in Azure

We would like to know the number of DBU's utilized cluster level/workspace level which was hosted in Azure. We were able to see the amount spend but not able to see the DBU's. If we get any idea of no.of DBU's it would help us to think of reserved DB...

  • 2435 Views
  • 1 replies
  • 0 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 0 kudos

@Mani Teja G​ we don't have screen like aws for azure, but in azure you can monitor everything in cost management --> cost analysis and select tags as Databricks

  • 0 kudos
Kit
by New Contributor III
  • 1617 Views
  • 1 replies
  • 0 kudos

How can I set up a DBU usage alert

Hi,I would like to set up a DBU usage alert, such that I will get an email notification when the DBU usage of last X hour exceeds the budget.How can I do that?Thanks,Kit

  • 1617 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16752242622
Valued Contributor
  • 0 kudos

Hello @Kit Yam Tse​ You can download and analyse usage logs to monitor the DBUs.Check this out: https://docs.databricks.com/administration-guide/account-settings-e2/usage.htmlwe also have usage analysis dashboard notebook:https://docs.databricks.com/...

  • 0 kudos
Squarem
by New Contributor
  • 1222 Views
  • 1 replies
  • 0 kudos

How do I get the cost of my notebook run?

How do I get the cost of my notebook run?

  • 1222 Views
  • 1 replies
  • 0 kudos
Latest Reply
" src="" />
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
  • 0 kudos

This widget could not be displayed.
How do I get the cost of my notebook run?

This widget could not be displayed.
  • 0 kudos
This widget could not be displayed.
DataDNA
by New Contributor III
  • 9535 Views
  • 9 replies
  • 0 kudos

Resolved! AWS Databricks Pay-as-you-Go

Hi Team,We are currently using AWS cloud service for our AI/ML Project. We wanted to use Databricks based GPU service for model training purposes. We do not find a Pay-as-you-go option in marketplace for this purposes.Can someone help me on this !Tha...

  • 9535 Views
  • 9 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

https://databricks.com/product/aws-pricingI guess you try to roll out something else?

  • 0 kudos
8 More Replies
Dunken
by New Contributor III
  • 3908 Views
  • 4 replies
  • 4 kudos

Resolved! Databricks and DDD

Our architecture is according to Domain Driven Design. The data is therefore distributed among different domains.We would like to run workloads on top of our data but we would like to avoid to have a dedicated (duplicated) data lake just for Databric...

  • 3908 Views
  • 4 replies
  • 4 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 4 kudos

So basically you do not want to persist data outside of your source systems.I think the so called 'Kappa architecture' could be a fit, where everything is treated like a stream.Hubert already mentioned Kafka, which is an excellent source to build thi...

  • 4 kudos
3 More Replies
William_Scardua
by Valued Contributor
  • 3431 Views
  • 4 replies
  • 5 kudos

Resolved! GDPR/LGPD Compliance

How do you work to compliance the GDPR/LGPD, in special to people data ?have any suggestion ?

  • 3431 Views
  • 4 replies
  • 5 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 5 kudos

there is identifying PII data and handling/storing PII data.Identifying can be done with Purview, Macie, other tools. Those are not free ofc, so if your env is pretty big it can be interesting. Otherwise, you could also do manual checks.For storin...

  • 5 kudos
3 More Replies
baatchus
by New Contributor III
  • 6300 Views
  • 4 replies
  • 7 kudos

Resolved! Architecture choice, streaming data

I have sensor data coming into Azure Event Hub and need some help in deciding how to best ingest it into the Data Lake and Delta Lake:Option 1:azure event hub > databricks structured streaming > delta lake (bronze)Option 2:azure event hub > event hu...

  • 6300 Views
  • 4 replies
  • 7 kudos
Latest Reply
Hubert-Dudek
Esteemed Contributor III
  • 7 kudos

If batch job is possible and you need to process data I would use probably:azure event hub from (events after previous job run) > databricks job process as dataframe > save df to delta lakeno streaming or capturing needed in that case

  • 7 kudos
3 More Replies
User16752244127
by Contributor
  • 2165 Views
  • 2 replies
  • 1 kudos
  • 2165 Views
  • 2 replies
  • 1 kudos
Latest Reply
Brian_Dirking
New Contributor II
  • 1 kudos

A great place to learn more about Databricks integrations with AWS services is https://www.databricks.com/aws There is information on this page regarding integrations with Glue, SageMaker, Redshift and others. Many of these pages also point to our bl...

  • 1 kudos
1 More Replies

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Labels