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

AleksandraFrolo
by New Contributor III
  • 1627 Views
  • 1 replies
  • 0 kudos

WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.

Hiiiii,I want to scratch a text from the web page with simple code:from selenium import webdriver # Set options to make browsing easier #Function is responsible to create a driver and return that driver. def get_driver(): chrome_options = webdr...

  • 1627 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Looks like the issue is with your browser, could you please try to change the browser and confirm?Please tag @Debayan with your next comment, which will get me notified. Thanks!

  • 0 kudos
375721
by New Contributor II
  • 3526 Views
  • 4 replies
  • 0 kudos

webscraping with Firefox driver failing - Python code

Getting below exception while running web scraping script, stuck at installing firefox from snap.   Getting apparmor permission issue and tried to reinstall it and still getting the same. please check the error message section. Dependencies:Python li...

  • 3526 Views
  • 4 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, This is an issue with the dependencies of different packages. Please try as below: apt get update && apt get upgrade; apt install firefox;Please tag @Debayan with your next comment which will notify me. 

  • 0 kudos
3 More Replies
Phani1
by Valued Contributor II
  • 12296 Views
  • 1 replies
  • 0 kudos

Run a job with an Azure service principal

We had a problem in pointing out the Service Principal in the “Run as” option of workflow. Below are the details about the issue we are facing.Issue Details:I had created a Workflow in Azure Databricks workspace to automate the Data movement process....

Phani1_0-1692256727118.png Phani1_1-1692256735431.png
Get Started Discussions
Service Principal
  • 12296 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Could you please confirm if the service principle is already added to the workspace via admin console? https://docs.databricks.com/en/administration-guide/users-groups/service-principals.html#assign-a-service-principal-to-a-workspace-using-the-ac...

  • 0 kudos
gg_047320_gg_94
by New Contributor II
  • 1608 Views
  • 1 replies
  • 0 kudos

Update metastore bucket

Hello,Our Databricks workspace is currently hosted on AWS account1, while the meta store bucket is configured within a separate AWS account2. We want to transfer this bucket to account1 to eliminate our reliance on account2. How to configure this buc...

  • 1608 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can use: https://github.com/databrickslabs/migrate/blob/master/METASTORE.md# for the metastore data migration. Please tag @Debayan with your next comment which will get me notified. 

  • 0 kudos
Chalki
by New Contributor III
  • 11514 Views
  • 8 replies
  • 4 kudos

InternalError, error message: The output of the notebook is too large.

Hello guys. I am having the following annoying issue with DataBricks job executed from ADF. I have stopped all the logs, deleted all the print statements and display. And I am still getting this error. I don't understand what might cause it. I am att...

  • 11514 Views
  • 8 replies
  • 4 kudos
Latest Reply
Chalki
New Contributor III
  • 4 kudos

Apologies for the late reply. I will try to upload the logs,cause it's been some time.Interesting is how I solve it. I put all the code in a single cell and It is running since then without issues. Although it was just few cells with python code. I e...

  • 4 kudos
7 More Replies
winojoe
by New Contributor III
  • 10671 Views
  • 1 replies
  • 1 kudos

S3 Permission errors

Hello Background -I have an S3 datalake set up prior to signing up with Databricks.  I'm still in my evaluation period. I'm trying to read the contents of an S3 bucket but am getting all kinds of permission problems.  Here is the command in the noteb...

  • 10671 Views
  • 1 replies
  • 1 kudos
Latest Reply
winojoe
New Contributor III
  • 1 kudos

UPDATE:The permission problems only exist when the Cluster's (compute's) Access mode is "Shared No Isolation".  When the Access Mode is either "Shared" or "Single User" then the IAM configuration seems to apply as expected.  When set to "Shared No Is...

  • 1 kudos
LoiLN
by New Contributor III
  • 2430 Views
  • 0 replies
  • 0 kudos

move databricks workspace to another resource group

Hello Databricks Community,I have to issue related to Azure databricks workspace:- First: I have one azure databrick workspace in resource group A. But I want to move this to resource group B, but as I know Azure hasn't supported yet. So which is the...

  • 2430 Views
  • 0 replies
  • 0 kudos
Azuredatasu0
by New Contributor
  • 909 Views
  • 0 replies
  • 0 kudos

Job REST API CORS error

Hello guys,I want to integrate Databricks Job API to the share point site. But I have a CORS policy error that blocks all of the calls from the share point site. How can I white list my share point site ? Or is there any other way ? Thank you

  • 909 Views
  • 0 replies
  • 0 kudos
DManowitz-BAH
by New Contributor II
  • 4936 Views
  • 3 replies
  • 0 kudos

Cannot %run notebook using relative path

In the root of my workspace, I have the following folder structure set up:/foo   / ETL   / setup   / utilitiesFrom a notebook in /foo/ETL or /foo/setup, if I try to %run a notebook in /foo/utilities by giving the relative path ../utilities/<x>, I get...

  • 4936 Views
  • 3 replies
  • 0 kudos
Latest Reply
User16502773013
Databricks Employee
  • 0 kudos

Hello @DManowitz-BAH ,Hope you are doing great, I tried to replicate this behavior on 12.2 LTS runtime and didn't get any errors for the same folder/workspace structure..Can you share the cluster configuration details so I can mimic exactly the same ...

  • 0 kudos
2 More Replies
jorgemarmol
by New Contributor II
  • 1990 Views
  • 1 replies
  • 1 kudos

Delta Live Tables: BAD_REQUEST: Pipeline cluster is not reachable.

Hello community: I don´t know why my Delta Live table workflow fails into this step. This is the configuration I have for the pipeline:{"id": "**","pipeline_type": "WORKSPACE","clusters": [{"label": "default","spark_conf": {***},"num_workers": 3},{"l...

jorgemarmol_0-1692258030914.png
  • 1990 Views
  • 1 replies
  • 1 kudos
Siebert_Looije
by Contributor
  • 3810 Views
  • 4 replies
  • 3 kudos

Databricks repos adds white spaces to notebook.

Hi,Databricks repos is making white spaces in the notebooks, without us opening the notebook. So seems to be automatically. Does someone has a solution how we can turn this off?An example:Can someone helps us with this?

Siebert_Looije_0-1691401285378.png
  • 3810 Views
  • 4 replies
  • 3 kudos
Latest Reply
cprosser
New Contributor II
  • 3 kudos

This bug is causing problems in our CI/CD pipeline too. I've had to manually clear things to keep it running as we get merge conflicts when no changes are made.

  • 3 kudos
3 More Replies
RC
by Contributor
  • 5904 Views
  • 0 replies
  • 0 kudos

Connecting to hive metastore as well as glue catalog at the sametime

Hi,Is there any way we can connect glue catalog as well as to hive metastore in the same warehouse?I can create a single instance profile and provide all the required access for buckets or for glue catalog.I tried with the below configuration,spark.s...

Get Started Discussions
Databricks
glue catalog
hive metastore
  • 5904 Views
  • 0 replies
  • 0 kudos
Shwang
by New Contributor
  • 1556 Views
  • 0 replies
  • 0 kudos

Optuna results change when rerun on Databricks

The best trial results seem to change every time the same study is rerun. On Microsoft Azure this can be fixed by setting the sampler seed. However this solution doesn't seem to work on Databricks. Does anyone know why that is the case and how to mak...

  • 1556 Views
  • 0 replies
  • 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