Skip to content

Latest commit

 

History

History
86 lines (75 loc) · 3.07 KB

whats_new.md

File metadata and controls

86 lines (75 loc) · 3.07 KB

{% include JB/setup %}

What's new in

Apache Zeppelin 0.11

Java 11

Zeppelin 0.11 is built with Java 11. It's recommended to use Java 11 or later to run Zeppelin.

  <div class="border col-md-4 col-sm-4">
    <h4>Spark and Flink</h4>
    <div>
      <p>
         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>Python 3</h4>
    <div>
        <p>
            Python 3.9 is the default version of Python interpreter. 
        </p>
    </div>
  </div>
</div>


<!--<div class="border row">
  <div class="border col-md-4 col-sm-4">
    <h4>Yarn Interpreter Mode</h4>
    <div>
        <p>
          You can run interpreter in yarn cluster, e.g. you can run <a href="./docs/latest/interpreter/python.html#run-python-interpreter-in-yarn-cluster">Python interpreter in yarn</a> and <a href="./docs/latest/interpreter/r.html#run-r-in-yarn-cluster">R interpreter in yarn</a>.
        </p>
    </div>
  </div>

  <div class="border col-md-4 col-sm-4">
    <h4>Inline Configuration</h4>
    <div class="personal">
        <p>
          Generic <a href="./docs/latest/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
        </p>
    </div>
  </div>

  <div class="border col-md-4 col-sm-4">
    <h4>Interpreter Lifecycle Management</h4>
    <div>
        <p>
          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/latest/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
        </p>
    </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 
    <a href="./releases/zeppelin-release-0.11.2.html">0.11.2 Release Note</a>
  </p>
</div>