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

Surajv
by New Contributor III
  • 5789 Views
  • 0 replies
  • 0 kudos

Run spark code in notebook by setting spark conf instead of databricks connect configure in runtime

Hi community, I wanted to understand if there is a way to pass config values to spark session in runtime than using databricks-connect configure to run spark code. One way I found out is given here: https://stackoverflow.com/questions/63088121/config...

  • 5789 Views
  • 0 replies
  • 0 kudos
Flachboard84
by New Contributor II
  • 4691 Views
  • 4 replies
  • 1 kudos

sparkR.session

Why might this be erroring out? My understanding is that SparkR is built into Databricks.Code:library(SparkR, include.only=c('read.parquet', 'collect'))sparkR.session() Error:Error in sparkR.session(): could not find function "sparkR.session"

  • 4691 Views
  • 4 replies
  • 1 kudos
Latest Reply
Flachboard84
New Contributor II
  • 1 kudos

It happens with any code; even something as simple as...x <- 2 + 2

  • 1 kudos
3 More Replies
Milliman
by New Contributor
  • 3013 Views
  • 1 replies
  • 0 kudos

How to add delay between databricks workflow job tasks.?

I want to add an explicit time delay between databricks workflow job tasks, any help would be greatly appreciated. Thanks

  • 3013 Views
  • 1 replies
  • 0 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 0 kudos

@Milliman - you could add min_retry_interval_millis to add delay between start of the failed run and the subsequent retry run.  Reference is here

  • 0 kudos
146404
by New Contributor II
  • 1564 Views
  • 0 replies
  • 0 kudos

workspace level sso gives authentication failed error

We have enabled workspace level sso , and have V2.0 version of databricks using azure EntraID groups and azure applications.Values in both databricks and azure application matchStill we get sso auth failed error.How can this be resolved , SAML tracer...

146404_0-1709016544478.png
  • 1564 Views
  • 0 replies
  • 0 kudos
Sujitha
by Databricks Employee
  • 3744 Views
  • 0 replies
  • 0 kudos

🌟 Welcome Newcomers! 🌟

Hello and welcome to our wonderful Community!Whether you are here by chance or intention, we're thrilled to have you join us. Before you dive into the plethora of discussions and activities happening here, we'd love to get to know you better! ...

  • 3744 Views
  • 0 replies
  • 0 kudos
DE-cat
by New Contributor III
  • 1033 Views
  • 0 replies
  • 0 kudos

This job uses a format which has been deprecated since 2016

After creating a Databricks job using CLI v0.214.0 from a JSON input.I see the following message in the UI: "This job uses a format which has been deprecated since 2016, update it to dependent libraries automatically or learn more"When I update it, I...

  • 1033 Views
  • 0 replies
  • 0 kudos
nan
by New Contributor II
  • 5390 Views
  • 0 replies
  • 0 kudos

TIMEZONE

Can I get some help from Databricks to help me understand how those timestamps being interpreted? Some are really confusing me. I have timestamp coming into AWS Databricks as String type. And the string timestamp is represented in UTC. I ran below qu...

  • 5390 Views
  • 0 replies
  • 0 kudos
Peter_Jones
by New Contributor III
  • 10217 Views
  • 1 replies
  • 0 kudos

Syntax of UPDATE Command in DataBricks

Hi All,I am testing the sql generated by our ETL software to see if it can run on data bricks SQL which I believe is Delta Tables underneath. This is the statement we are testing. As far as I can tell from the manual the from clause is not supported ...

  • 10217 Views
  • 1 replies
  • 0 kudos
ManiTejaG
by New Contributor II
  • 1289 Views
  • 1 replies
  • 0 kudos

Workspace level changes in databricks

Hi Team,Is there any way in data bricks to track the changes that happen at notebook level. I know using system tables we can track the changes that happen at table/view/function/ other objects. However, is there any way to track all those changes in...

  • 1289 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @ManiTejaG , Hope you are doing well!  You can use the Audit logs to capture the notebook events that are logged at the workspace level. Please refer to this for more details : https://docs.databricks.com/en/administration-guide/account-settings/a...

  • 0 kudos
Priyam1
by New Contributor III
  • 5519 Views
  • 4 replies
  • 1 kudos

Resolved! Unable to use the bamboolib in a databricks notebook

I am getting the same below error message while trying to use Bamboolib in a databricks notebook.Error: Could not display the widget. Please re-run the cell.I have installed the pypi libraries for bamboolib on the cluster and the databricks runtime v...

  • 5519 Views
  • 4 replies
  • 1 kudos
Latest Reply
Priyam1
New Contributor III
  • 1 kudos

Thanks for the help.it worked.

  • 1 kudos
3 More Replies
dplautjhmi
by New Contributor
  • 3145 Views
  • 1 replies
  • 0 kudos

Bamboolib Error: Could not display the widget. Please re-run the cell.

Trying to run bamboolib via command bamI get: Error: Could not display the widget. Please re-run the cell.I get this sometimes. Not others.Other times bam UI works. Help

  • 3145 Views
  • 1 replies
  • 0 kudos
Latest Reply
Priyam1
New Contributor III
  • 0 kudos

I am getting the same below error message while trying to use Bamboolib in a databricks notebook.Error: Could not display the widget. Please re-run the cell.I have installed the pypi libraries for bamboolib on the cluster and the databricks runtime v...

  • 0 kudos
277745
by New Contributor
  • 2743 Views
  • 0 replies
  • 0 kudos

Pandas_Udod max batch size not working in notebook

Hello I am trying to set max batch size for pandas-udf in Databricks notebook, but in my tests it doesn’t have any effect on size. spark.conf.set("spark.sql.execution.arrow.enabled", "true")spark.conf.set('spark.sql.execution.arrow.maxRecordsPerBatch...

  • 2743 Views
  • 0 replies
  • 0 kudos
dollyb
by Contributor II
  • 8766 Views
  • 13 replies
  • 1 kudos

Databricks Connect Scala -

Hi,I'm using Databricks Connect to run Scala code from IntelliJ on a Databricks single node cluster.Even with the simplest code, I'm experiencing this error:org.apache.spark.SparkException: grpc_shaded.io.grpc.StatusRuntimeException: INTERNAL: org.ap...

  • 8766 Views
  • 13 replies
  • 1 kudos
Latest Reply
dollyb
Contributor II
  • 1 kudos

I just hope Databricks will pay attention to it.

  • 1 kudos
12 More Replies
Hubert-Dudek
by Esteemed Contributor III
  • 2572 Views
  • 3 replies
  • 6 kudos

Avatars in Community

Could it be nice to enable the use of one own photo instead of a ready avatar?

  • 2572 Views
  • 3 replies
  • 6 kudos
Latest Reply
Chaitanya_Raju
Honored Contributor
  • 6 kudos

I think you can tag the Admins or the Community managers where they can help you with some relevant answers , tagging a few I know.@Kaizen@Sujitha @s_park @

  • 6 kudos
2 More Replies
ivanychev
by Contributor II
  • 1544 Views
  • 1 replies
  • 0 kudos

community.databricks.com doesn't open in Poland?

I and 3 of my friends can't open https://community.databricks.com/ from Poland. The page returns 403. Different LTE and internet providers

  • 1544 Views
  • 1 replies
  • 0 kudos
Latest Reply
daniel_sahal
Esteemed Contributor
  • 0 kudos

I'm having the same issue while connecting from my ISP from Poland. @Retired_mod can you please help us with this?

  • 0 kudos

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels