mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Terminate jruby
This commit is contained in:
parent
c160787ed5
commit
19f137ebc3
1 changed files with 5 additions and 1 deletions
|
|
@ -86,7 +86,11 @@ public class HbaseInterpreter extends Interpreter {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void close() {}
|
||||
public void close() {
|
||||
if (this.scriptingContainer != null) {
|
||||
this.scriptingContainer.terminate();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public InterpreterResult interpret(String cmd, InterpreterContext interpreterContext) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue