MPP & Distribution in Azure SQL Data Warehouse

I was fortunate to attend a training about Cortana Intelligence Suite and SQL Data warehouse at Microsoft Paris. The training covered a series of modules on the field of Data Science + Azure SQL Data Warehousing.

As a BI specialist, I got interested in the SQL Data Warehousing part and I plunged into the fantastic world ofAzure Data Warehouse (ADW) in the last days.

In this article, I would like to talk about two concepts in Azure SQL Data warehouse : MPP & distribution. These concepts define how your data is distributed and processed in parallel:

Read More MPP & Distribution in Azure SQL Data Warehouse

 

Create an HDInsight cluster using PowerShell

This article provides a mechanism for creating an HDInsight cluster using Windows PowerShell.

The objective is to define a PowerShell script to create and configure your HDInsight cluster and of course delete it afterwards because one of the features that is not yet managed in Azure for the moment and we want it to be added soon , is the shutdown of your cluster when it is not in use, because leaving it running costs money.

Read More Create an HDInsight cluster using PowerShell