Need urgent help and guidance on information/details with reference links on below topics:

shubham_007
Contributor III

Dear experts,

I need urgent help and guidance on information/details with reference links on below topics:

  • Steps on Package Installation with Serverless in Databricks.
  • What are Delta Lake Connector with serverless ? How to run Delta Lake queries outside of Azure Databricks (ADB) ? 
 

brockb
Databricks Employee
Databricks Employee

Hi @shubham_007 ,

Thanks for the question.

You can install libraries with Serverless Compute using an "Environment". This also provides the option to configure an environment specification into a YAML file. More detail can be found here: https://docs.databricks.com/en/compute/serverless/dependencies.html#install-notebook-dependencies

Regarding the question on: "What are Delta Lake Connector with serverless?". There is not a constant/fixed Delta library version given that Serverless is considered a versionless product. Could you elaborate on the question here, are you finding that a feature is missing or working differently than expected?

Regarding the question: "How to run Delta Lake queries outside of Azure Databricks (ADB)", the best way to get started with OSS Delta Lake would be to check the docs here: https://docs.delta.io/latest/index.html and use that as a guide to get started. If you encounter issues, it would be best to post a separate question on your specific goals, what you've attempted, and what issues have been encountered.

Thank you.

shubham007
Databricks Partner

Thanks for information.

About second question ! I want to ask that What are delta lake connectors available for serverless compute to run delta lake queries outside Azure Databricks ? How to integrate it ? Any documentation available please share. 

Thanks for information.

About second question ! I want to ask that What are delta lake connectors available for serverless compute to run delta lake queries outside Azure Databricks ? How to integrate it ? Any documentation available please share

brockb
Databricks Employee
Databricks Employee

Sure, I will presume you are using OSS Apache Spark outside of Azure Databricks. If so, you can use the delta-spark library at these maven coordinates: https://mvnrepository.com/artifact/io.delta/delta-spark_2.12.

Further information is at the Delta Quick Start in the OSS Delta docs: https://docs.delta.io/latest/quick-start.html#set-up-apache-spark-with-delta-lake

View solution in original post

Thanks !! 

What are steps to install package in serverless ? Any reference other than above given ?

 

brockb
Databricks Employee
Databricks Employee