Hi,
I have downloaded only zeppelin with spark and I wnated to add python.
I follwed the document andwheni enter below command
install-interpreter.sh --name python,
I got git bash pop up and pop up got closed. Nothing is happening.
Kindly let me know how to install in windows.
Thanks,
nagarju
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