Skip to content

Commit e59c73d

Browse files
20210707 latest from David Kryze
1 parent 62f162b commit e59c73d

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

docs/relational-databases/polybase/configure-scale-out-groups-windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Configure PolyBase scale-out groups on Windows"
33
description: Set up a PolyBase scale-out group to create a cluster of SQL Server instances. This improves query performance for large data sets from external sources.
4-
ms.date: 06/09/2021
4+
ms.date: 07/07/2021
55
ms.prod: sql
66
ms.technology: polybase
77
ms.topic: "tutorial"
8-
author: MikeRayMSFT
9-
ms.author: mikeray
10-
ms.reviewer: ""
8+
author: WilliamDAssafMSFT
9+
ms.author: wiassaf
10+
ms.reviewer:
1111
monikerRange: ">= sql-server-2016"
1212
---
1313
# Configure PolyBase scale-out groups on Windows

docs/relational-databases/polybase/polybase-faq.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
metadata:
33
title: "Frequently Asked Questions in PolyBase"
44
description: Compare PolyBase and linked servers and compare PolyBase in Big Data Clusters and PolyBase in stand-alone instances. Find out what's new in PolyBase 2019.
5-
ms.date: 6/09/2021
5+
ms.date: 07/07/2021
66
ms.prod: sql
77
ms.technology: polybase
88
ms.topic: conceptual
9-
author: MikeRayMSFT
10-
ms.author: mikeray
9+
author: WilliamDAssafMSFT
10+
ms.author: wiassaf
1111
ms.reviewer: mikeray
1212
monikerRange: ">= sql-server-linux-ver15 || >= sql-server-2016"
1313

@@ -75,14 +75,13 @@ sections:
7575
answer: |
7676
See [How to tell if external pushdown occurred](polybase-how-to-tell-pushdown-computation.md).
7777
78-
- question: What ports are used by default for PolyBase scale-out group?
79-
answer: |
80-
By default, the PolyBase data movement service connects to the head node of a scale-out group over a range of ports from TCP 16450-16460, typically using 16450-16453, plus port 17001. These ports are only used when a PolyBase scale-out group is configured and should be allowed through server firewalls.
81-
SQL Server Setup should automatically create a local firewall rule allowing these ports upon feature installation.
82-
8378
- question: Which ports should I allow through my firewall for PolyBase?
8479
answer: |
85-
No additional ports are needed to open for PolyBase itself, except in the case of a PolyBase scale-out group. However, you must allow other ports based on the external data source(s) in use. Refer to specific external data source documentation. For example:
80+
No additional ports are needed to open for PolyBase itself, except in the case of a PolyBase scale-out group. Without a scale-out group, the PolyBase service alone should not require any firewall rule. PolyBase will leverage the ports used by SQL Server in the **IPAll** section of the TCP/IP settings in SQL Server Configuration Manager. For more information, see [TCP/IP Properties](/sql/tools/configuration-manager/tcp-ip-properties-ip-addresses-tab).
81+
82+
For PolyBase scale-out groups over multiple Windows servers, see port information in the next question.
83+
84+
However, you must allow other ports for communication to the various external data source(s) used by PolyBase. Refer to specific external data source documentation, which may be an external vendor. For example:
8685
8786
| Source platform | Reference |
8887
| ---- | ---- |
@@ -91,7 +90,10 @@ sections:
9190
| Cloudera CDH | [Ports Used by CDH Components](https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_ports.html)|
9291
| | |
9392
94-
93+
- question: What ports are used for PolyBase scale-out group?
94+
answer: |
95+
By default, the PolyBase data movement service connects to the head node of a scale-out group over a range of ports from TCP 16450-16460, typically using 16450-16453, plus port 17001. These ports are only used when a PolyBase scale-out group is configured and should be allowed through server firewalls. SQL Server Setup should automatically create a local firewall rule allowing these ports upon feature installation. For more information, see [Configure PolyBase scale-out groups on Windows](configure-scale-out-groups-windows.md).
96+
9597
9698
9799

0 commit comments

Comments
 (0)