Registry / other / zeppelin-interpreter

zeppelin-interpreter

JSON →
library0.12.1javamavenunverified

Apache Zeppelin Interpreter provides the core abstraction for executing code in various languages within Zeppelin notebooks.

<dependency> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-interpreter</artifactId> <version>0.12.1</version> </dependency>
INSTALL
IMPORT
SIG · ZEPPELIN-INTERPRET
Z
zeppelin-interpreter
otherjavav0.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Interpreter
org.apache.zeppelin.interpreter.Interpreter

Minimal Zeppelin Interpreter instantiation

import org.apache.zeppelin.interpreter.Interpreter; public class Example { public static void main(String[] args) { Interpreter interpreter = new Interpreter(); System.out.println("Zeppelin Interpreter created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
Bingbot
1
Resources
zeppelin-interpreter — mvn dependency:get zeppelin-interpreter · libregistry