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/polybase-installation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Install PolyBase on Windows"
3
3
description: Learn to install PolyBase as a single node or PolyBase scale-out group. You can use an installation wizard or a command prompt. Finally, enable PolyBase.
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
-
ms.date: 09/01/2022
6
+
ms.date: 06/18/2024
7
7
ms.service: sql
8
8
ms.subservice: polybase
9
9
ms.topic: conceptual
@@ -28,15 +28,15 @@ To install a trial version of SQL Server, go to [SQL Server evaluations](https:/
28
28
29
29
- Minimum hard-disk space: 2 GB.
30
30
31
-
- Recommended: Minimum of 16-GB RAM.
31
+
- Recommended: Minimum of 16GB RAM.
32
32
33
33
- PolyBase services require SQL Server service to have TCP/IP network protocol enabled to function correctly. TCP/IP is enabled by default on all editions of SQL Server except for the Developer and Express SQL Server editions. For PolyBase to function correctly on the Developer and Express editions, you must enable TCP/IP connectivity. See [Enable or disable a server network protocol](../../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md). 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.
34
34
35
35
- PolyBase services require Shared Memory protocol to be enabled to function properly.
36
36
37
37
- PolyBase can be installed on only one SQL Server instance per machine.
38
38
39
-
- PolyBase requires a domain account.
39
+
-The PolyBase service requires a domain account.
40
40
41
41
- You cannot add features to a failover cluster instance after creation. For example, you cannot add the PolyBase feature to an existing failover cluster instance.
42
42
@@ -203,8 +203,8 @@ At installation, if you use the SQL Server instance as part of a PolyBase scale-
203
203
204
204
To change the service accounts for the PolyBase Engine and PolyBase Data Movement service, uninstall and reinstall the PolyBase feature. If the password for the service account was changed in Active Directory, you can change the service account password with Windows Services Console (services.msc).
0 commit comments