Paul-Armand Verhaegen created ZEPPELIN-2447: -----------------------------------------------
Summary: Python interpreter only returns 1000 rows even if config max_results is set higher Key: ZEPPELIN-2447 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2447 Project: Zeppelin Issue Type: Bug Components: python-interpreter Affects Versions: 0.7.1 Reporter: Paul-Armand Verhaegen Priority: Minor Python paragraphs with visualisations/exports never return over 1000 rows, irrespectively of the configuration setting in conf/zeppelin-env.sh : export ZEPPELIN_SPARK_MAXRESULT=2000 It looks like PythonInterpreter uses hardcoded value [1] instead of reading max_result from interpreter property. [1] https://github.com/apache/zeppelin/blob/v0.7.1/python/src/main/resources/python/zeppelin_python.py#L58 -- This message was sent by Atlassian JIRA (v6.3.15#6346)