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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 73cc93acc Change What's new section
73cc93acc is described below

commit 73cc93acc9b5b855c19533f4f394b04d1f2aa85b
Author: Jongyoul Lee <jongy...@gmail.com>
AuthorDate: Mon Feb 12 02:10:45 2024 +0900

    Change What's new section
---
 whats_new.md | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/whats_new.md b/whats_new.md
index 6c22f93b3..64945bb66 100644
--- a/whats_new.md
+++ b/whats_new.md
@@ -16,41 +16,38 @@ limitations under the License.
 <div class="new">
   <div class="container">
     <h2>What's new in</h2>
-    <span class="newZeppelin center-block">Apache Zeppelin 0.10</span>
+    <span class="newZeppelin center-block">Apache Zeppelin 0.11</span>
     <div class="border row">
       <div class="border col-md-4 col-sm-4">
-        <h4>Zeppelin SDK</h4>
+        <h4>Java 11</h4>
         <div>
           <p>
-            Not only you can use Zeppelin as interactive notebook, you can 
also use it as JobServer via Zeppelin SDK (<a 
href="./docs/latest/usage/zeppelin_sdk/client_api.html">client api</a> 
-& <a href="./docs/latest/usage/zeppelin_sdk/session_api.html">session api</a>)
+            Zeppelin 0.11 is built with Java 11. It's recommended to use Java 
11 or later to run Zeppelin.
           </p>
         </div>
       </div>
 
       <div class="border col-md-4 col-sm-4">
-        <h4>Spark Interpreter Improved</h4>
+        <h4>Spark and Flink</h4>
         <div>
           <p>
-             Spark interpreter provides comparable Python & R user experience 
like Jupyter Notebook. For the details, click <a 
href="./docs/latest/interpreter/spark.html">here</a>.
+             The latest version of Apache Spark and Apache Flink are 
supported. You can use the latest features and improvements in Spark and Flink. 
          </p>
         </div>
       </div>
 
       <div class="border col-md-4 col-sm-4">
-        <h4>Flink Interpreter Improved</h4>
+        <h4>Python 3</h4>
         <div>
             <p>
-                Flink interpreter is refactored, supports Scala, Python & SQL. 
Flink 1.10 and afterwards (Scala 2.11 & 2.12) are all supported. <br/>
-                For the details, click <a 
href="./docs/latest/interpreter/flink.html">here</a>. 
+                Python 3.9 is the default version of Python interpreter. 
             </p>
         </div>
       </div>
-
     </div>
 
 
-    <div class="border row">
+    <!--<div class="border row">
       <div class="border col-md-4 col-sm-4">
         <h4>Yarn Interpreter Mode</h4>
         <div>
@@ -77,9 +74,7 @@ limitations under the License.
             </p>
         </div>
       </div>
-
-    </div>
-    </div>
+    </div>-->
 
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p style="text-align:center; margin-top: 32px; font-size: 14px; color: 
gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more 
details in 

Reply via email to