-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.2
-
Fix Version/s: None
-
Component/s: JdbcInterpreter, zeppelin-interpreter
-
Labels:None
Hi,
I am trying to set up zeppelin with presto as a backend, I am using generic JDBC drivers to connect zeppelin with presto.
The issue I am facing is with the download csv. I see that there is a export all data as a csv on the grid view but, with common.max_count ** configured to 10000, when I hit the download button, it is only downloading 10K records. Can someone help me with the correct parameters so that I can restrict the records displayed in UI but devs can download all the data?