bruce xu created ZEPPELIN-2629:
----------------------------------
Summary: Number of rows which can be download is limited by
zeppelin.interpreter.output.limit but not common.max_count
Key: ZEPPELIN-2629
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2629
Project: Zeppelin
Issue Type: Bug
Components: front-end
Affects Versions: 0.7.2
Environment: zeppelin 0.7.2, spark 2.0.1
Reporter: bruce xu
as we know, the meaning of parameter is:
1) zeppelin.interpreter.output.limit: limit the paragraph text output in bytes
2) common.max_count: limit the number of rows to be show and download of
paragraph
however, when set param zeppelin.interpreter.output.limit, then param
common.max_count will be invalid and the number of downloading data is limit
by zeppelin.interpreter.output.limit but not common.max_count as before.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)