mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
documented zeppelin.livy.spark.sql.truncate
This commit is contained in:
parent
b6252be466
commit
ab1ead2a3d
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ Example: `spark.driver.memory` to `livy.spark.driver.memory`
|
|||
<td>1000</td>
|
||||
<td>Max number of Spark SQL result to display.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zeppelin.livy.spark.sql.truncate</td>
|
||||
<td>true</td>
|
||||
<td>Whether to truncate strings or not</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zeppelin.livy.session.create_timeout</td>
|
||||
<td>120</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue