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

HiraNisar
by New Contributor
  • 1181 Views
  • 0 replies
  • 0 kudos

AutoML in production

I have a workflow in Databricks and an AutoML pipeline in it.I want to deploy that pipeline in production, but I want to use the shared cluster in production, since AutoML is not compatible with the shared clusters, what can be the workaround.(Is it ...

  • 1181 Views
  • 0 replies
  • 0 kudos
Ajay-Pandey
by Esteemed Contributor III
  • 4898 Views
  • 3 replies
  • 1 kudos

Resolved! Databricks Private Preview Features

Hi All, I just wanted to try the new Databricks Workflow private preview features (For Each Task).Can someone please guide me on how we can enable it in our workspace as I am having the same use case in my current project where this feature can help ...

databricks_workflow.gif
Get Started Discussions
Databricks
dataengineering
privatepreview
  • 4898 Views
  • 3 replies
  • 1 kudos
Latest Reply
Ajay-Pandey
Esteemed Contributor III
  • 1 kudos

If you are using Azure Databricks just raise a support request regarding Private Preview they will enable it for you !

  • 1 kudos
2 More Replies
Benedetta
by New Contributor III
  • 10215 Views
  • 4 replies
  • 0 kudos

My notebooks running in parallel no longer include jobids

Hey Databricks - what happened to the jobids that used to be returned from parallel runs? We used them to identify which link matched the output. See attached. How are we supposed to match up the links? 

  • 10215 Views
  • 4 replies
  • 0 kudos
Latest Reply
Benedetta
New Contributor III
  • 0 kudos

Hey @Databricks, @Retired_mod  - waccha doing? Yesterday's "newer version of the app" that got rolled out seems to have broken the parallel runs. The ephemeral notebook is missing. The job ids are missing. What's up? Benedetta

  • 0 kudos
3 More Replies
yatharth
by New Contributor III
  • 1865 Views
  • 0 replies
  • 0 kudos

Unable to build LZO-codec

Hi Community i am try to create lzo-codec in my dbfs using:https://docs.databricks.com/en/_extras/notebooks/source/init-lzo-compressed-files.htmlbut i am facing the errorCloning into 'hadoop-lzo'... The JAVA_HOME environment variable is not defined c...

  • 1865 Views
  • 0 replies
  • 0 kudos
databricks0601
by New Contributor III
  • 1930 Views
  • 1 replies
  • 1 kudos

Looking for a promo code for Databricks certification

I went through the webinar suggested and the courses mentioned, but I have not received any voucher code for the certification. Can anyone please help. Thank you so much. 

  • 1930 Views
  • 1 replies
  • 1 kudos
Latest Reply
databricks0601
New Contributor III
  • 1 kudos

Thank you. The link is broken in the response for ticketing portal. I have added a ticket with the help center. Kindly let me know if anything else is needed. Appreciate the help.

  • 1 kudos
amitpphatak
by New Contributor II
  • 2399 Views
  • 1 replies
  • 0 kudos

LLM Chatbot With Retrieval Augmented Generation (RAG)

When executing the second block under 01-Data-Preparation-and-IndexI get the following error. Please help. AnalysisException: [RequestId=c9625879-339d-45c6-abb5-f70d724ddb47 ErrorClass=INVALID_STATE] Metastore storage root URL does not exist.Please p...

Get Started Discussions
catalog
llm-rag-chatbot
metastore
storage location
  • 2399 Views
  • 1 replies
  • 0 kudos
Latest Reply
amitpphatak
New Contributor II
  • 0 kudos

I fixed this issue by providing a MANAGED LOCATION for the catalog - meant updating the _resources/00-init file as follows - spark.sql(f"CREATE CATALOG IF NOT EXISTS {catalog} MANAGED LOCATION '<location path>'")

  • 0 kudos
Benedetta
by New Contributor III
  • 4972 Views
  • 3 replies
  • 0 kudos

Resolved! My Global Init Script doesn't run with the new(er) LTS version 13.3. It runs great on 12.2LTS

Hey Databricks,     Seems like you changed the way Global Init Scripts work.  How come you changed it? My Global Init Script runs great on 12.2LTS but not on the new(er) LTS version 13.3. We don't have Unity Catalog turned on. What's up with that? Ar...

  • 4972 Views
  • 3 replies
  • 0 kudos
Latest Reply
Benedetta
New Contributor III
  • 0 kudos

Thank you ChloeBors - I tried upgrading the ubuntu version per your suggestion but got a new error "Can t open lib ODBC Driver 17 for SQL Server file not found 0 SQLDriverConnect". I tried modifying this line to 18:  ACCEPT_EULA=Y apt-get install mso...

  • 0 kudos
2 More Replies
Pbr
by New Contributor
  • 4280 Views
  • 0 replies
  • 0 kudos

How to save a catalog table as a spark or pandas dataframe?

HelloI have a table in my catalog, and I want to have it as a pandas or spark df. I was using this code to do that before, but I don't know what is happened recently that the code is not working anymore. from pyspark.sql import SparkSession spark = S...

  • 4280 Views
  • 0 replies
  • 0 kudos
THIAM_HUATTAN
by Valued Contributor
  • 2656 Views
  • 2 replies
  • 0 kudos

A problem has occured

I am using the Community version of Databricks, and even though how much I clear and delete my items, notebooks, the below message appear when I want to insert a new cell in the notebook. Where can I see my usage and quota? A problem has occuredServe...

  • 2656 Views
  • 2 replies
  • 0 kudos
Latest Reply
THIAM_HUATTAN
Valued Contributor
  • 0 kudos

sorry, I do not see any Trash button on my side. Can you printscreen?

  • 0 kudos
1 More Replies
Ivan_
by New Contributor II
  • 1553 Views
  • 1 replies
  • 1 kudos

Model logging issues - Azure Databricks

I am running job with service principal ( principal e1077c1b-1dcf-4975-8164-d14f748d4774). Mentioned job has a task that will log (mlflow.pyfunc.log_model) newly trained model to unity catalog, but I get PERMISSION DENIED error. I do not get why prin...

Screenshot 2024-03-29 100157.png Screenshot 2024-03-29 103021.png
  • 1553 Views
  • 1 replies
  • 1 kudos
Surajv
by New Contributor III
  • 1168 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....

  • 1168 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
himashu-singh
by New Contributor
  • 1413 Views
  • 1 replies
  • 0 kudos

Urgent: Issue with Databricks Certified Machine Learning Engineer Associate Exam

Hello Team,I encountered an issue during my Databricks Certified Machine Learning Engineer Associate exam, which took place on  30- 03- 2024, at 11:00 AM IST. Despite being present at my seat and viewing the camera, the proctor unexpectedly suspended...

  • 1413 Views
  • 1 replies
  • 0 kudos
Latest Reply
Cert-Team
Databricks Employee
  • 0 kudos

@himashu-singh thank you for filing at ticket with the support team, it looks like they have already responded to you.

  • 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