- Home
- Unlocking the Full Power of Apache Spark 3.4 for Databricks Runtime!
Azure Databricks Cluster
TagUnlocking the Full Power of Apache Spark 3.4 for Databricks Runtime!
This article picks up where the previous one left off, titled “Exploring Apache Spark 3.4 Features for Databricks Runtime.” In the earlier article, I discussed 8 features. Now, in this article, we’ll delve into additional prominent features that offer significant value to developers aiming for optimized outcomes.
Boost Productivity with Databricks CLI: A Comprehensive Guide
Exciting news! The Databricks CLI has undergone a remarkable transformation, becoming a full-blown revolution. Now, it covers all Databricks REST API operations and supports every Databricks authentication type. The best part? Windows users can join in on the exhilarating journey and install the new CLI with Homebrew, just like macOS and Linux users.
How to deploy SQL Server containers to a Kubernetes cluster for high availability?
In this blog, we will learn how to deploy the SQL server container on Azure Kubernetes services with High availability. We will use the persistent storage feature of Kubernetes to add resiliency to the solution. In this scenario, if the SQL server instance fails, Kubernetes will automatically re-create it in a new POD and attach it to the persistent volume. It will also provide protection from Node failure by recreating it again. If you are new to Kubernetes we will start by understanding the basic terminology of Kubernetes and its Architecture.