Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 5.04 KB

File metadata and controls

65 lines (41 loc) · 5.04 KB
title Get started
titleSuffix SQL Server big data clusters
description Learn the steps and resources for deploying SQL Server 2019 big data clusters (preview).
author MikeRayMSFT
ms.author mikeray
ms.reviewer mihaelab
ms.date 07/24/2019
ms.topic conceptual
ms.prod sql
ms.technology big-data-cluster

Get started with SQL Server big data clusters

[!INCLUDEtsql-appliesto-ssver15-xxxx-xxxx-xxx]

This article provides an overview of how to deploy a SQL Server 2019 big data cluster (preview). It is meant to orient you to the concepts and provide a framework for understanding the other deployment articles in this section. Your specific deployment steps vary based on your platform choices for the client and server.

Client tools

Big data clusters require a specific set of client tools. Before you deploy a big data cluster to Kubernetes, you should install the following tools:

Tool Description
azdata Deploys and manages big data clusters.
kubectl Creates and manages the underlying Kubernetes cluster.
Azure Data Studio Graphical interface for using the big data cluster.
SQL Server 2019 extension Azure Data Studio extension that enables big data cluster features.

Other tools are required for different scenarios. Each article should explain the prerequisite tools for performing a specific task. For a full list of tools and installation links, see Install SQL Server 2019 big data tools.

Kubernetes

Big data clusters are deployed as a series of interrelated containers that are managed in Kubernetes. You can host Kubernetes in a variety of ways. Even if you already have an existing Kubernetes environment, you should review the related requirements for big data clusters.

Deploy a big data cluster

After configuring Kubernetes, you deploy a big data cluster with the azdata bdc create command. When deploying, you can take several different approaches.

Deployment scripts

Deployment scripts can help deploy both Kubernetes and big data clusters in a single step. They also often provide default values for big data cluster settings. For an example of a deployment script for big data cluster on Azure Kubernetes Service (AKS), see the following article:

Deploy a SQL Server 2019 big data cluster with a deployment script (AKS).

You can customize any deployment script by creating your own version that configures the big data cluster environment variables differently.

Deploy a SQL Server 2019 big data cluster with Azure Data Studio Notebooks.

Next steps

After you successfully deploy a big data cluster, connect to the cluster and consider loading sample data for use with several walkthroughs.