This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2029a3496e [ZEPPELIN-6503] Update README.md Core features section to 
reflect current capabilities
2029a3496e is described below

commit 2029a3496ecde03a38bb446aa503c10c2bf8a6d5
Author: Chaiwon Hwang <[email protected]>
AuthorDate: Wed Aug 12 10:23:07 2026 +0900

    [ZEPPELIN-6503] Update README.md Core features section to reflect current 
capabilities
    
    ### What is this PR for?
    
    Update the `Core features` section in `README.md` to better reflect Apache 
Zeppelin's current capabilities.
    
    The previous section only mentioned the web-based notebook editor and 
built-in Apache Spark support. This update highlights multi-language 
interpreter support, process isolation, visualization, dynamic forms, notebook 
scheduling, and flexible deployment options.
    
    ### What type of PR is it?
    
    Documentation
    
    ### What is the Jira issue?
    
    [ZEPPELIN-6503](https://issues.apache.org/jira/browse/ZEPPELIN-6503)
    
    ### How should this be tested?
    
    Documentation-only change.
    
    - Reviewed the rendered Markdown content
    - Verified the diff with `git diff --check`
    
    ### Screenshots (if appropriate)
    
    Not applicable.
    
    ### Questions
    
    - Does the license file need to be updated? No
    - Is there breaking API change? No
    - Does this need documentation? No additional documentation is required
    
    Closes #5410 from uommou/fix/ZEPPELIN-6503.
    
    Signed-off-by: Jongyoul Lee <[email protected]>
---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 13a01d3529..7cb0bbc22f 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,12 @@
 **Zeppelin**, a web-based notebook that enables interactive data analytics. 
You can make beautiful data-driven, interactive and collaborative documents 
with SQL, Scala and more.
 
 Core features:
-   * Web based notebook style editor.
-   * Built-in Apache Spark support
+   * Web-based notebook style editor with real-time collaboration
+   * Multi-language support: Spark, Flink, Python, SQL, Shell, and 20+ 
interpreters
+   * Pluggable interpreter architecture with process isolation
+   * Built-in visualization and dynamic forms
+   * Notebook scheduling (cron)
+   * Flexible deployment: local, Docker, Kubernetes, YARN
 
 
 To know more about Zeppelin, visit our web site 
[https://zeppelin.apache.org](https://zeppelin.apache.org)

Reply via email to