cancel
Showing results for 
Search instead for 
Did you mean: 
User16752245312
New Contributor III
since ‎08-21-2021
‎06-26-2023

User Stats

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 8 Kudos received

User Activity

Consider a basic structured streaming use case of aggregating the data, perform some basic data cleaning transformation, and merge into a historical aggregate dataset.
Access to Databricks APIs require the user to authenticate. This usually means creating a PAT (Personal Access Token) token. Conveniently, a token is readily available to you when you are using a Databricks notebook.databricksURL = dbutils.notebook....
If you have a job that repeatedly run into Out-of-memory error (OOM) either on the driver or executors, automatically capture the heap dump on OOM event will help debugging the memory issue and identify the cause of the error.Spark config:spark.execu...