You can translate the question and the replies:

Data Movement to DataBricks via JDBC connection

Is there a JDBC driver available for connecting to Databricks (Azure) which enables data movement to Databricks?
user
26-04-2023 23:46:53 -0400
code

1 Answer

Hi, The default database adapter for Databricks already allows the Data Movement operation to Databricks, but you must enable the Bulk Load for it first. This is required for any HDFS-based data sources such as Databricks. Enabling this option for Databricks also allows for operations using MPP (Massive Parallel Processing). You can find more information on how to do enable it in the[ bulk data load](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/bulk_data_load/databricks) section for Databricks of the Virtual Dataport Administration Guide. Make sure to also enable Data Movement in your Databricks data source and in the server configuration. You can also refer to section [Remote Tables](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/remote_tables/managing_remote_tables/managing_remote_tables#managing-remote-tables) of the Virtual Dataport Administration Guide for more information on how to write data into remote Jdbc data sources. Hope this helps!
Denodo Team
27-04-2023 10:18:25 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here