Re: Custom Spark Interpreter?

2018-01-25 Thread Nick Moeckel
I am beginning work on extending the SparkInterpreter class right now- I would be interested to hear more details about why this idea is not straightforward. Thanks, Nick -- Sent from: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/

Spell returning TABLE data as a promise

2018-01-18 Thread Nick Moeckel
Hello, I'm trying to write a spell that gets data from an external service, formats it into TABLE format, and returns from the spell's interpret function like so: return new SpellResult(getDataCallback, DefaultDisplayType.TABLE) where getDataCallback is a promise. When I do this the result co