Skip to content

Commit 1b77023

Browse files
committed
Polybase Listen All = No requirements
1 parent 26a7f3c commit 1b77023

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/relational-databases/polybase/polybase-versioned-feature-summary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ PolyBase has the following limitations:
4747

4848
- If you use Hive tables with transactional = true, PolyBase can't access the data in the Hive table's directory.
4949

50-
- PolyBase services require SQL Server service to have TCP/IP network protocol enabled to function correctly. Additionally, if TCP/IP Protocol configuration setting **Listen All** is set to **No**, you must still have an entry for the correct listener port in either **TCP Dynamic Ports** or **TCP Ports** under **IPAll** in TCP/IP Properties. This is required due to the way PolyBase services resolve the listener port of the SQL Server Engine.
50+
- PolyBase services require SQL Server service to have TCP/IP network protocol enabled to function correctly. Additionally, if TCP/IP Protocol configuration setting **Listen All** is set to **No**, the following TCP/IP configurations are required:
51+
- An entry for the correct listener port in either **TCP Dynamic Ports** or **TCP Ports** under **IPAll**. This is required due to the way PolyBase services resolve the listener port of the SQL Server Engine.
52+
- Enable the desired IP address(es) in **TCP/IP Properties > IP Addresses**; otherwise, SQL Server Engine will not accept any TCP/IP connections and PolyBase services will still fail to connect to SQL Server Engine.
5153

5254
- PolyBase on SQL Server on Linux doesn't function if IPv6 is disabled in the kernel. For more information, see [SQL Server on Linux: Known issues](../../linux/sql-server-linux-known-issues.md#network).
5355

0 commit comments

Comments
 (0)