You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/configure-scale-out-groups-windows.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: "Configure PolyBase scale-out groups on Windows"
3
3
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.
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/polybase-faq.yml
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
metadata:
3
3
title: "Frequently Asked Questions in PolyBase"
4
4
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.
See [How to tell if external pushdown occurred](polybase-how-to-tell-pushdown-computation.md).
77
77
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
-
83
78
- question: Which ports should I allow through my firewall for PolyBase?
84
79
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:
86
85
87
86
| Source platform | Reference |
88
87
| ---- | ---- |
@@ -91,7 +90,10 @@ sections:
91
90
| Cloudera CDH | [Ports Used by CDH Components](https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_ports.html)|
92
91
| | |
93
92
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).
0 commit comments