cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

pjv
by New Contributor III
  • 740 Views
  • 1 replies
  • 0 kudos

Setting up a proxy for python notebook

Hi all,I am running a python notebook with a web scraper. I want to setup a proxy server that I can use to avoid any IP bans when scraping. Can someone recommend a way to setup a proxy server that can be used from HTTP requests send from a Databricks...

  • 740 Views
  • 1 replies
  • 0 kudos
Latest Reply
pjv
New Contributor III
  • 0 kudos

Hi Kaniz,Thanks for the reply. I know how to include HTTP proxies in my python code and redirect the requests. However, I wondered if Databricks has any functionality to setup the proxies?Thank you

  • 0 kudos
CharlesDLW
by New Contributor
  • 469 Views
  • 1 replies
  • 0 kudos

Unity Catalog cannot display(), but can show() table

Hello all,I'm facing the following issue in a newly setup Azure Databricks - Unity Catalog environment:Failed to store the result. Try rerunning the command.Failed to upload command result to DBFS. Error message: PUT request to create file error Http...

CharlesDLW_0-1721137183201.png
  • 469 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @CharlesDLW , You have similar use case to the one below. Follow my reply in that thread: https://community.databricks.com/t5/community-discussions/file-found-with-fs-ls-but-not-with-spark-read/m-p/78618/highlight/true#M5972 

  • 0 kudos
JVesely
by New Contributor III
  • 1300 Views
  • 2 replies
  • 2 kudos

Resolved! jdbc errors when parameter is a boolean

I'm trying to query a table from Java code. The query works when I use a databricks notebook / query editor directly in Databricks. However, when using Jdbc with Spring, I get following stacktrace.  org.springframework.jdbc.UncategorizedSQLException:...

  • 1300 Views
  • 2 replies
  • 2 kudos
Latest Reply
JVesely
New Contributor III
  • 2 kudos

As I see it, there's two things:jdbcTemplate converts boolean to bit. This is according to JDBC specs (this is a "spring-jdbc" thing and according to documentation; the jdbcTemplate.queryForList makes the best possible guess of the desired type).Data...

  • 2 kudos
1 More Replies
Shrinivas
by New Contributor
  • 712 Views
  • 1 replies
  • 0 kudos

Databricks/Terraform - Error while creating workspace

Hi - I have below code to create the credentials, storage and workspace through terraform script but only credentials and storage is created but failed to create the workspace with error.  Can someone please guide/suggest what's wrong with the code/l...

  • 712 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @Shrinivas , Could you share with us how you configured datbricks provider?

  • 0 kudos
Bhavya21
by New Contributor II
  • 576 Views
  • 1 replies
  • 0 kudos

Databricks exam got suspended without any reason. Immediate assistance required

Hello Team, @Cert-Team @Cert-Bricks I had my exam yesterday and had a Pathetic experience while attempting my 1st DataBricks certification. Abruptly, Proctor asked me to show my desk, after showing he/she asked multiple times.. before that somehow 2 ...

  • 576 Views
  • 1 replies
  • 0 kudos
Latest Reply
Bhavya21
New Contributor II
  • 0 kudos

@Retired_mod @Cert-Team @Cert-Bricks Thanks so much for responding. But I have been waiting from day before yesterday, and yet have not received any any response for the ticket. Can you please look into it.I appreciate it. 

  • 0 kudos
valefar
by New Contributor
  • 762 Views
  • 0 replies
  • 0 kudos

Unexpected response from server during a HTTP connection: authorize: cannot authorize peer.

Hi all,When attempting to connect to Databricks with Spark ODBC using the regular host ip and port, everything is successful. However, we need to send the connection through an internal proxy service that re-maps the server's endpoint to a local port...

  • 762 Views
  • 0 replies
  • 0 kudos
FaizH
by New Contributor III
  • 1419 Views
  • 2 replies
  • 2 kudos

Resolved! Connecting Power BI to aws databricks using service principal

Hi,I am trying to connect AWS Databricks to PowerBI using service principal. Below are the steps I followed:1. Created Service Principal in Identity and Access2. I went to Permission setting page under Settings>Advanced and added this new service pri...

FaizH_0-1720813920178.png FaizH_1-1720814138258.png FaizH_2-1720814351495.png FaizH_5-1720814797997.png
  • 1419 Views
  • 2 replies
  • 2 kudos
Latest Reply
FaizH
New Contributor III
  • 2 kudos

Thanks for the reply, I got the solution. I was missing adding SP account in SQL Warehouse permission setting. After adding it, my PBI report is working fine.

  • 2 kudos
1 More Replies
InquisitiveGeek
by New Contributor II
  • 557 Views
  • 1 replies
  • 1 kudos

How to get the JSON definition - "CREATE part" for a job using JOB ID or JOB Name

I want to get the JSON definition of the "create part" of the job. I have the job id and job name. I am using databricks notebook for this. I can the get the "GET" json api definition but not able able to get the "CREATE" part json definition which I...

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

This widget could not be displayed.
I want to get the JSON definition of the "create part" of the job. I have the job id and job name. I am using databricks notebook for this. I can the get the "GET" json api definition but not able able to get the "CREATE" part json definition which I...

This widget could not be displayed.
  • 1 kudos
This widget could not be displayed.
himanmon
by New Contributor III
  • 865 Views
  • 2 replies
  • 0 kudos

Resolved! How can I increase the hard capacity of the master node?

I'm not sure if this is the right place to post my question. If not, please let me know where I should post my question. I want to download large files from the web from Databricks' master(driver) node. For example, I fetch a file over 150GB via API ...

  • 865 Views
  • 2 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @himanmon,If you 100% sure that you can't download this file to storage account configured with unity catalog and you want it directly on driver node local storage, then why can't you just increase local disk space by choosing a larger instance ty...

  • 0 kudos
1 More Replies
joseroca99
by New Contributor II
  • 1118 Views
  • 5 replies
  • 0 kudos

Resolved! File found with %fs ls but not with spark.read

Code: wikipediaDF = (spark.read  .option("HEADER", True)  .option("inferSchema", True)  .csv("/databricks-datasets/wikipedia-datasets/data-001/pageviews/raw/pageviews_by_second.tsv"))display(bostonDF) Error: Failed to store the result. Try rerunning ...

  • 1118 Views
  • 5 replies
  • 0 kudos
Latest Reply
joseroca99
New Contributor II
  • 0 kudos

Update 1: Apparently the problem shows up when using display(), using show() or display(df.limit()) works fine. I also started using the premium pricing tier, I'm going to see what happens if I use the free 14 days trial pricing tier.Update 2: I trie...

  • 0 kudos
4 More Replies
adb_newbie
by New Contributor II
  • 685 Views
  • 0 replies
  • 0 kudos

Creating a table in ADB SQL for multiple JSON files and selecting all the rows from all the files

HiI have multiple json files stored in my ADLS2 and I want to create a table in which will directly read all the data from ADLS without mounting the files. When I create the table, i cannot select all the data How can i achieve this.ADLS Path : /dwh/...

  • 685 Views
  • 0 replies
  • 0 kudos
Aria
by New Contributor III
  • 1482 Views
  • 2 replies
  • 0 kudos

OAuth user-to-machine (U2M) authentication

I am trying to use OAuth user-to-machine (U2M) authentication  from azure databricks CLI.When I run databricks auth login --host  ,I get a web browser open and get authentication sucessfull message and My profile also save successfully with auth-type...

  • 1482 Views
  • 2 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @Aria , Good Day!  Which CLI version you are using here? Can you try to update the CLI version to a newer version by referring to this document : https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/install#--homebrew-update-for-linux-...

  • 0 kudos
1 More Replies
hugodscarvalho
by New Contributor II
  • 3557 Views
  • 2 replies
  • 1 kudos

Issue with Private PyPI Mirror Package Dependencies Installation

I'm encountering an issue with the installation of Python packages from a Private PyPI mirror, specifically when the package contains dependencies and the installation is on Databricks clusters - Cluster libraries | Databricks on AWS. Initially, ever...

Community Platform Discussions
Artifactory
Databricks clusters
Dependency resolution
Installation issues
Private PyPI mirror
  • 3557 Views
  • 2 replies
  • 1 kudos
Latest Reply
Adiga
New Contributor II
  • 1 kudos

Hi @hugodscarvalho ,I am also at this point, where the transitive dependencies (available in jfrog) are not getting installed in my job cluster. Could you please elaborate a bit on what exactly needed to be changed in the JFrog setup for this to work...

  • 1 kudos
1 More Replies
gmu77113355
by New Contributor II
  • 568 Views
  • 1 replies
  • 0 kudos

Using model serving from databricks privacy issue

When using Databrick's model serving to query Llama3, I noticed the endpoint URL is my databricks instance. Does that still mean data is sent to databricks process by databricks?  If so, does databricks keep/use any of the data sent to model serving ...

  • 568 Views
  • 1 replies
  • 0 kudos
Latest Reply
gmu77113355
New Contributor II
  • 0 kudos

Related question, when databricks process requests for foundational model, I noticed the latency is pretty small, wondering what kind of processing power is used on databricks side? I am interested in hosting model ourselves so wondering what type of...

  • 0 kudos

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
Top Kudoed Authors