mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZZEPPELIN-773: add doc for spark version
This commit is contained in:
parent
fef108153a
commit
8095b3bdc8
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,13 @@ Livy is an open source REST interface for interacting with Spark from anywhere.
|
|||
* Can be used for submitting jobs from anywhere with REST
|
||||
* Does not require any code change to your programs
|
||||
|
||||
### Requirements
|
||||
|
||||
Additional requirements for the Livy interpreter are:
|
||||
|
||||
* Spark 1.3 or above.
|
||||
* Livy server.
|
||||
|
||||
### Configuration
|
||||
<table class="table-configuration">
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue