1,964 questions with Azure Databricks tags

Sort by: Updated
0 answers

Databricks integration to Azure Synapse Serveless SQL Pool

Hi, What is the way to connect to Databricks to Azure Synapse serverless SQL pool when I am trying to connect using serverless SQL endpoint getting an error as - Py4JJavaError: An error occurred while calling o388.load. :…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,462 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-21T16:50:55.78+00:00
Vishnu Tupe 0 Reputation points
commented 2024-05-22T16:45:43.1433333+00:00
BhargavaGunnam-MSFT 27,326 Reputation points Microsoft Employee
0 answers

Connecting Azure Databricks workspace to on-premises network - peering

I was following this tutorial to deploy a workspace for on prem database access. I created the VNET for Databricks as mentioned as well as the transit VNET. However, when I got to the option to peer the two VNETs the VNET peering option seems to be…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,198 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-22T14:48:27.7233333+00:00
Abdullah Humayun 20 Reputation points
0 answers

How to parse nested json array of document in ADF data flow

Hi all I am trying to fitch the values from a nested josh array of document , I have used aggregate to convert into objects but not able to fitch the values of all child nodes like as below itOffer.item itOffer.item.SplOfr itOffer.item.buy …

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,462 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-02T15:44:57.8633333+00:00
venkat rao 45 Reputation points
commented 2024-05-22T12:17:40.45+00:00
venkat rao 45 Reputation points
1 answer

How to run stored procedure in Azure Database for PostgreSQL using Azure Databricks Notebook

We have Stored Procedure available in Azure Database for PostgreSQL and we want to call or run or execute the postgreSQL stored procedures in Azure Databricks through Notebook We are attempting to run PostgreSQL stored procedures, through Azure…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,462 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-22T04:46:02.37+00:00
Anuj, Singh (Cognizant) 25 Reputation points
edited a comment 2024-05-22T12:05:30.02+00:00
Anuj, Singh (Cognizant) 25 Reputation points
0 answers

Delete the file from SharePoint location

Hi All, I am trying to copy the files from Share Point to ADLS and referring to the below URL pipeline to achieve the copy functionality. https://www.syntera.ch/blog/2022/10/10/copy-files-from-sharepoint-to-blob-storage-using-azure-data-factory/ I need…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,366 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-22T10:16:27.3866667+00:00
ADF_Coder 0 Reputation points
edited the question 2024-05-22T10:39:50.26+00:00
ADF_Coder 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to access the Databricks manages resource group to rotate the access keys for a storage account under the managed resource group?

We want to rotate the access keys for a storage account under a Databricks managed RG. However, keep getting the below error message: "the access is denied because of the deny assignment with name System deny assignment created by Azure…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-22T06:01:54.29+00:00
Sarish Sayyed (INFOSYS LIMITED) 20 Reputation points Microsoft Vendor
edited the question 2024-05-22T06:49:55.13+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Databricks fail to install Geospark libraries from Maven

Hi Team , I am attempting to add below two geospark Maven libraries to my Azure Databricks interactive cluster with Runtime Version 14.3 LTS . However , I am getting below error Library installation attempted on the driver node of cluster…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-04-15T06:24:17.8033333+00:00
Anuj, Singh (Cognizant) 25 Reputation points
accepted 2024-05-22T05:08:38.27+00:00
Anuj, Singh (Cognizant) 25 Reputation points
0 answers

Results too large error

Hi, We have a databricks table for which the underlying data is in ADLS gen2. The table has a column named "data" (stringtype) which has very large JSON values. When we try to select the rows from the table it throws an error as "Results…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-21T12:31:02.8266667+00:00
Mandal, Sujalkumar (Cognizant) 0 Reputation points
commented 2024-05-22T04:53:31.9733333+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
2 answers

An error occurred when using odbc and managed identity to link azure databricks in the. net core

Environmental description: The app service has already been configured with managed identity, and the relevant permissions for this managed identity have been configured in Azure databricks. When the app service uses code to access Azure databricks, the…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-04-23T05:55:31.6166667+00:00
answered 2024-05-22T04:47:17.49+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Do you know how to install the 'ODBC Driver 17 for PostgreSQL' on a Azure Databricks cluster?

I am attempting to run postgreSQL stored procedures , through Azure Databricks notebook. We have stored procedure written in Azure Database for PostgreSQL and we want to run postgreSQL stored procedures through Azure Databricks Notebook (using…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,462 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Database for PostgreSQL
asked 2024-04-30T11:06:56.06+00:00
Anuj, Singh (Cognizant) 25 Reputation points
commented 2024-05-22T04:46:59.1066667+00:00
Anuj, Singh (Cognizant) 25 Reputation points
1 answer

Unable to downgrade Databricks workspace

When downgrading the Databricks Workspace, I receive the following message; However, none of the Enhanced Security options are currently enabled; Could you please help me identify the cause of the error?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-16T09:02:23.1433333+00:00
Naomi Mostert | Codex 0 Reputation points
commented 2024-05-22T04:25:01.6966667+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
0 answers

py4j.security.Py4JSecurityException

Hello I am trying to run spark XGBoostRegression model on Databricks cluster with Databricks runtime: 14.3 LTS. I am getting the following error: Py4JError: An error occurred while calling o547.resourceProfileManager. Trace:…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-06T12:48:28.3166667+00:00
Ahuja, Rachit 0 Reputation points
commented 2024-05-21T21:04:06.7066667+00:00
BhargavaGunnam-MSFT 27,326 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How do I use the Script activity in ADF, so it uses Azure Databricks SQL Warehouse

I want to be able to use ADF Script activity to execute SQL statements on the Azure Databricks SQL warehouses (including the serverless kind). https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-script Azure Databricks SQL…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-01T12:21:53.01+00:00
Krzysztof Przysowa 20 Reputation points
commented 2024-05-21T17:50:46.7966667+00:00
BhargavaGunnam-MSFT 27,326 Reputation points Microsoft Employee
0 answers

ADF | ADB Activity Execution Time on Job Clusters

Has anyone noticed adb notebooks running (on job clusters) faster in ADF ? we have sequential notebook activities and seeing the start up time of clusters to be as low as 2 minutes.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-21T13:11:38.6066667+00:00
Lokesh 211 Reputation points
commented 2024-05-21T14:23:22.34+00:00
ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

wrong answer in dp 203 test exam question

Hello, I have test exam questions for dp 203 and i had the following question after the answer, it shows that it is wrong and gives a link to the documentation …

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,462 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-21T11:51:02.05+00:00
Darjuš Vasiukevič 20 Reputation points
accepted 2024-05-21T13:44:15.2666667+00:00
Darjuš Vasiukevič 20 Reputation points
1 answer

Azure to AWS

Hello We need to transfer files from ADLS to AWS (S3 bucket) for a SAS application hosted in third party in batches. We need to ensure data security and best practices. My understanding, we can use ADF to create a linked service for AWS S3 but IT DOES…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,366 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-20T08:39:35.8366667+00:00
Sourav 80 Reputation points
commented 2024-05-21T07:06:52.49+00:00
Sourav 80 Reputation points
2 answers

How to configure ADF pipeline run, linked service, so it uses Databricks serverless compute

Databricks has recently announced serverless compute for workflows: https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/run-serverless-jobs I would like to be able to execute Azure Data Factory (ADF) jobs using this…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-01T12:12:06.9033333+00:00
Krzysztof Przysowa 20 Reputation points
commented 2024-05-21T04:35:19.3033333+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
1 answer

CSV to XML conversion in databricks which have some blank values as well in csv

I am converting CSV data to xml and that CSV data has some blank values as well for a few columns let's take an example there are 4 columns in CSV and out of that for a row(record) 1 colom value is blank , so as an output in xml, I am getting a missing…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,724 questions
asked 2024-05-16T08:34:02.7366667+00:00
Manoj 0 Reputation points
commented 2024-05-20T10:40:36.41+00:00
ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
0 answers

Why create compute is taking long time?

I am trying create a compute for my workspaces i tried every combination still it is not working

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-05-03T13:41:31+00:00
Aditya Parida 0 Reputation points
commented 2024-05-20T07:45:45.62+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
1 answer

How to ship Azure Databricks artifacts from Dev->QA->Prod through Azure Devops Pipelines?

We have a Azure Databricks workspace and Dev/QA/Prod environments. Everytime the Data engineers have to ship the artifacts from nonprod -> prod (e.g. python notebooks, config modules, etc) they have to copy the artifacts manually over to the next…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
asked 2024-04-29T21:17:03.8233333+00:00
Cataster 641 Reputation points
commented 2024-05-20T05:59:43.13+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee