mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
support spark r
This commit is contained in:
parent
5a7886fd82
commit
55e870403b
1 changed files with 9 additions and 0 deletions
|
|
@ -94,6 +94,15 @@ public class SparkRInterpreter extends Interpreter {
|
|||
renderOptions = getProperty("zeppelin.R.render.options");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setRemoteZeppelinServerController(RemoteWorksController zServer) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public RemoteWorksController getRemoteZeppelinServerController() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public InterpreterResult interpret(String lines, InterpreterContext interpreterContext) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue