mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update default value to 1000
This commit is contained in:
parent
a6e7d0b47e
commit
7ff9744f6e
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ Livy is an open source REST interface for interacting with Spark from anywhere.
|
|||
<td>URL where livy server is running</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>livy.spark.maxResult</td>
|
||||
<td>livy.spark.maxResult</td>
|
||||
<td>zeppelin.livy.spark.maxResult</td>
|
||||
<td>1000</td>
|
||||
<td>Max number of SparkSQL result to display.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue