Skip to content

Commit 3b4b655

Browse files
20240618 1053
1 parent 8b2e75e commit 3b4b655

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/polybase/polybase-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Install PolyBase on Windows"
33
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.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 09/01/2022
6+
ms.date: 06/18/2024
77
ms.service: sql
88
ms.subservice: polybase
99
ms.topic: conceptual
@@ -28,15 +28,15 @@ To install a trial version of SQL Server, go to [SQL Server evaluations](https:/
2828

2929
- Minimum hard-disk space: 2 GB.
3030

31-
- Recommended: Minimum of 16-GB RAM.
31+
- Recommended: Minimum of 16 GB RAM.
3232

3333
- 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.
3434

3535
- PolyBase services require Shared Memory protocol to be enabled to function properly.
3636

3737
- PolyBase can be installed on only one SQL Server instance per machine.
3838

39-
- PolyBase requires a domain account.
39+
- The PolyBase service requires a domain account.
4040

4141
- 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.
4242

@@ -203,8 +203,8 @@ At installation, if you use the SQL Server instance as part of a PolyBase scale-
203203

204204
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).
205205

206-
## Next steps
206+
## Related content
207207

208-
See [PolyBase configuration](../../relational-databases/polybase/polybase-configuration.md).
208+
- [PolyBase configuration](../../relational-databases/polybase/polybase-configuration.md)
209209

210210
- [Big data options on the Microsoft SQL Server platform](../../big-data-cluster/big-data-options.md)

0 commit comments

Comments
 (0)