update default value to 1000

This commit is contained in:
Prabhjyot Singh 2016-04-29 02:51:59 +05:30
parent a6e7d0b47e
commit 7ff9744f6e

View file

@ -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>