ParkGyeongTae opened a new pull request, #4929:
URL: https://github.com/apache/zeppelin/pull/4929
### What is this PR for?
The following improvements have been made to the Elasticsearch interpreter:
- Updated default interpreter settings for better clarity and consistency.
- Ensured accurate property types and added missing environment variable
mappings.
- Improved descriptions for better user understanding in the Zeppelin UI.
- Modified the help command output to improve readability and accuracy.
- Reformatted command usage examples.
- Fixed grammar and clarified parameter descriptions.
These changes enhance the usability of the interpreter and make it easier
for users to configure and understand how to interact with Elasticsearch
through Zeppelin.
### What type of PR is it?
Refactoring
### Todos
* [x] - Update `/elasticsearch/src/main/resources/interpreter-setting.json`
file
* [x] - Update
`/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java`
file
### What is the Jira issue?
*
https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-6188?filter=allissues
### How should this be tested?
* ```bash
%elasticsearch
help
```
* interpreter -> elasticsearch -> check description
### Screenshots (if appropriate)
### Questions:
* Does the license files need to update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]