Skip to content
Snippets Groups Projects
Commit c8c3b49f authored by scwf's avatar scwf Committed by Andrew Or
Browse files

[SPARK-3755][Core] Do not bind port 1 - 1024 to server in spark


Non-root user use port 1- 1024 to start jetty server will get the exception " java.net.SocketException: Permission denied", so not use these ports

Author: scwf <wangfei1@huawei.com>

Closes #2610 from scwf/1-1024 and squashes the following commits:

cb8cc76 [scwf] do not use port 1 - 1024

(cherry picked from commit 6390aae4)
Signed-off-by: default avatarAndrew Or <andrewor14@gmail.com>
parent a7d2df42
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment