mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? This PR implements interpreter output message limit. `ZEPPELIN_INTERPRETER_OUTPUT_LIMIT` env variable or `zeppelin.interpreter.output.limit` jvm property can set limit of the interpreter output message in byte. The limit applied to only TEXT and TABLE type output, not in HTML or other types. ### What type of PR is it? Improvement ### Todos * [x] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1976 ### How should this be tested? try to print more than the limit ``` %spark (1 to 10000).foreach(i=> println(s"Print line ${i} times") ) ``` ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <moon@apache.org> Closes #1908 from Leemoonsoo/ZEPPELIN-1976 and squashes the following commits: |
||
|---|---|---|
| .. | ||
| build.md | ||
| cdh.md | ||
| configuration.md | ||
| docker.md | ||
| install.md | ||
| spark_cluster_mode.md | ||
| upgrade.md | ||
| virtual_machine.md | ||
| yarn_install.md | ||