我使用Zeppelin 0.7.2并为测试目的创建了一个自己的“解释器”,用于使用jdbc直接查询sql数据库。如果我在zeppelin中使用sql查询- (NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component { return [self.values count]; }
,请检查散点图视图或从内置视图下载数据作为csv文件,我只获得大约7.800行。解释器配置了select col from table
和common.max_count=1000000000
如果我对sql客户端使用相同的查询,我会得到大约22.000行。
所以我想知道为什么会有区别。
答案 0 :(得分:3)
我通过修改配置文件解决了它:conf / zeppelin-site.xml
提高:
的大小zeppelin.interpreter.output.limit
zeppelin.websocket.max.text.message.size