Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e944032

Browse files
authored
Merge pull request #9307 from MicrosoftDocs/rothja-patch-6
Making mssqlctl changes more explicit in release notes
2 parents 3988bad + 6d42616 commit e944032

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/big-data-cluster/big-data-cluster-release-notes.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article describes the latest updates and known issues for SQL
55
author: rothja
66
ms.author: jroth
77
manager: craigg
8-
ms.date: 02/28/2019
8+
ms.date: 03/04/2019
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: big-data-cluster
@@ -34,7 +34,7 @@ The following sections describe the new features and known issues for big data c
3434
- [Submit Spark jobs on SQL Server Big Data Clusters in IntelliJ](spark-submit-job-intellij-tool-plugin.md).
3535
- [Common CLI for application deployment and cluster management](big-data-cluster-create-apps.md).
3636
- [VS Code extension to deploy applications to SQL Server big data clusters](app-deployment-extension.md).
37-
- New parameter ordering for the **mssqlctl** tool.
37+
- [Changes to the **mssqlctl** tool command usage](#mssqlctlctp23).
3838
- [Use Sparklyr in SQL Server 2019 Big data cluster](sparklyr-from-RStudio.md).
3939
- Mount external HDFS-compatible storage into big data cluster with [HDFS tiering](hdfs-tiering.md).
4040
- New unified connection experience for the [SQL Server master instance and the HDFS/Spark Gateway](connect-to-big-data-cluster.md).
@@ -70,6 +70,18 @@ The following sections provide known issues for SQL Server big data clusters in
7070

7171
- If a big data cluster deployment fails, the associated namespace is not removed. This could result in an orphaned namespace on the cluster. A workaround is to delete the namespace manually before deploying a cluster with the same name.
7272

73+
#### <a id="mssqlctlctp23"></a> mssqlctl
74+
75+
- The **mssqlctl** tool changed from a verb-noun command ordering to a noun-verb order. For example, `mssqlctl create cluster` is now `mssqlctl cluster create`.
76+
77+
- The `--name` parameter is now required when creating a cluster with `mssqlctl cluster create`.
78+
79+
```bash
80+
mssqlctl cluster create --name <cluster_name>
81+
```
82+
83+
- For important information about upgrading to the latest version of big data clusters and **mssqlctl**, see [Upgrade to a new release](deployment-guidance.md#upgrade).
84+
7385
#### External tables
7486

7587
- It is possible to create a data pool external table for a table that has unsupported column types. If you query the external table, you get a message similar to the following:

0 commit comments

Comments
 (0)