Re: Problems with custom interpreter

2019-01-23 Thread Jeff Zhang
Please add properties in your interpreter-setting.json. But I think this is some sort of bug that we should fix, we should allow properties to be not specified. [ { "group": "geo", "name": "geo", "className": "adrax.GeoInterpreter", "editor": { "language": "java", "e

Problems with custom interpreter

2019-01-23 Thread Никита Терлыч
Greetings, I am working on notebook for specific database and I decided to use Apache Zeppelin as a base, so I started with creating the most basic interpreter for it. I used this piece of documentation: https://zeppelin.apache.org/docs/latest/development/writing_zeppelin_interpreter.html . Thu