![]() |
VOOZH | about |
Dataiku is a data science and machine learning platform used for data preparation, analysis, visualization, and AI/ML model deployment, enabling collaborative and efficient data-driven decision-making. When paired with the CData JDBC Driver for Databricks, Dataiku enhances data integration, preparation, real-time analysis, and reliable model deployment for Databricks data.
With built-in optimized data processing, the CData JDBC Driver offers unmatched performance for interacting with live Databricks data. When you issue complex SQL queries to Databricks, the driver pushes supported SQL operations, like filters and aggregations, directly to Databricks and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze Databricks data using native data types.
This article shows how you can easily integrate to Databricks using CData JDBC Driver for Databricks in Dataiku DSS (Data Science Studio) platform, allowing you to prepare the data and build custom AI/ML models.
Accessing and integrating live data from Databricks has never been easier with CData. Customers rely on CData connectivity to:
While many customers are using CData's solutions to migrate data from different systems into their Databricks data lakehouse, several customers use our live connectivity solutions to federate connectivity between their databases and Databricks. These customers are using SQL Server Linked Servers or Polybase to get live access to Databricks from within their existing RDBMs.
Read more about common Databricks use-cases and how CData's solutions help solve data problems in our blog: What is Databricks Used For? 6 Use Cases.
In this section, we will explore how to set up Dataiku, as previously introduced, with Databricks data. Be sure to install Dataiku DSS (On-Prem version) for your preferred operating system, beforehand.
First, install the CData JDBC Driver for Databricks on the same machine as Dataiku. The JDBC Driver will be installed in the following path:
C:\Program Files\CData[product_name] 20xx\lib\cdata.jdbc.databricks.jar
To use the CData JDBC driver in Dataiku, you must create a new SQL database connection and add the JDBC Driver JAR file in the DSS connection settings.
Generate a JDBC URL for connecting to Databricks, beginning with jdbc:databricks: followed by a series of semicolon-separated connection string properties.
To connect to a Databricks cluster, set the properties as described below.
Note: The needed values can be found in your Databricks instance by navigating to Clusters, and selecting the desired cluster, and selecting the JDBC/ODBC tab under Advanced Options.
For assistance in constructing the JDBC URL, use the connection string designer built into the Databricks JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.databricks.jar
Fill in the connection properties and copy the connection string to the clipboard.
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is given below:
jdbc:databricks:Server=127.0.0.1;Port=443;TransportMode=HTTP;HTTPPath=MyHTTPPath;UseSSL=True;User=MyUser;Password=MyPassword;
Next, select the SQL dialect of your choice. Here, we have selected 'SQL Server' as the preferred dialect. Click on Create. If the connection is successful, a prompt will display, saying 'Connection OK'.
To prepare data flows, create dashboards, analyze the Databricks data, and build AI and ML models in the Dataiku DSS platform, you need to first create a new project.
To test the Databricks connection and analyze the Databricks data, write a query in the query compiler and click Run. The queried/filtered Databricks data results will then appear on the screen.
π Query the datasource to test the connection.Download a free, 30-day trial of the CData JDBC Driver for Databricks to integrate with Dataiku, and effortlessly build custom AI/ML models from Databricks data.
Reach out to our Support Team if you have any questions.
Download a free trial of the Databricks Driver to get started:
Download NowLearn more:
π Databricks IconRapidly create and deploy powerful Java applications that integrate with Databricks.