zeppelin/docs/setup/operation
ChanHo Lee f3551eb3a8
[ZEPPELIN-6143] Add Interpreter Event Server Port configuration option
### What is this PR for?
This PR introduces the `ZEPPELIN_EVENT_SERVER_PORT` configuration option.
When this option is set, the Event server that communicates with interpreters will listen on the specified port.

The `ZEPPELIN_EVENT_SERVER_PORT` option takes precedence over `ZEPPELIN_SERVER_RPC_PORTRANGE` option.
If `ZEPPELIN_EVENT_SERVER_PORT` is set, the `ZEPPELIN_SERVER_RPC_PORTRANGE` range will be ignored.

This option is particularly useful when running individual Zeppelin components in container orchestration environments like Kubernetes.
By explicitly specifying the port, it allows for a more declarative and clearer configuration of service resources compared to `ZEPPELIN_SERVER_RPC_PORTRANGE`.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-6143

### How should this be tested?
* Run Zeppelin with and without this configuration and check zeppelin-server logs for the message `"InterpreterEventServer is starting at "`. Verify that the specified port is used as intended(If the option is set).

### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes


Closes #4893 from tbonelee/add-fixed-interpreter-event-server-port-option.

Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
2024-12-05 09:39:27 +01:00
..
configuration.md [ZEPPELIN-6143] Add Interpreter Event Server Port configuration option 2024-12-05 09:39:27 +01:00
monitoring.md [ZEPPELIN-5123] Add an example grafana dashboard (#4295) 2022-11-01 09:35:11 +01:00
proxy_setting.md [ZEPPELIN-2596] Improving documentation page 2017-06-23 17:44:13 +09:00
trouble_shooting.md Miscellaneous documentation fixes 2018-06-20 22:30:14 +08:00
upgrading.md [ZEPPELIN-5527] Remove the dependency of markdown from zeppelin-jupyter 2021-09-21 18:53:09 +09:00