Skip to content

Commit e374c21

Browse files
Merge pull request #34603 from HugoMSFT/docs-editor/sql-server-linux-polybase-1751576136
Update sql-server-linux-polybase.md
2 parents 46e1cf6 + 747842d commit e374c21

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

docs/linux/sql-server-linux-polybase.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to connect to ODBC data sources with PolyBase on SQL Serv
44
author: HugoMSFT
55
ms.author: hudequei
66
ms.reviewer: mikeray, randolphwest
7-
ms.date: 06/11/2025
7+
ms.date: 07/15/2025
88
ms.service: sql
99
ms.subservice: linux
1010
ms.topic: conceptual
@@ -153,30 +153,6 @@ Failed to bind port "127.0.0.1:25100"
153153

154154
You can find this message in PolyBase's log file, located at: `/var/opt/mssql-polybase-ees/log/`. In [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] and later versions, the location has moved to `/var/opt/mssql/log/polybase-ees-log`.
155155
156-
To fix, customize the service to use an available port and restart.
157-
158-
1. Find and edit the `/var/opt/mssql/binn/PolyBase/DMs.exe.config` file. Locate the key entry `EESPort`, and assign the new port.
159-
160-
1. Find and edit the `/var/opt/mssql/binn/PolyBase/DWEngineService.exe.config` file. Locate the key entry `EESPort`, and assign the new port.
161-
162-
1. Run the following command to restart the service informing the new port:
163-
164-
```bash
165-
sudo /opt/mssql/lib/dotnet6/dotnet/opt/mssql/lib/ExternalExecutionService.dll -port <newportnumber>
166-
```
167-
168-
In [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] and later versions, use the following command instead:
169-
170-
```bash
171-
sudo /opt/mssql/bin/mssql-conf set polybaseEES eesport <newportnumber>
172-
```
173-
174-
1. You're prompted to restart the PolyBase service.
175-
176-
```bash
177-
systemctl restart mssql-ees.service
178-
```
179-
180156
## Related content
181157
182158
- [Install PolyBase on Linux](../relational-databases/polybase/polybase-linux-setup.md)

0 commit comments

Comments
 (0)