mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix test after rebase
This commit is contained in:
parent
1b6a8186e0
commit
d5c931b919
1 changed files with 8 additions and 8 deletions
|
|
@ -55,14 +55,14 @@ public class RemoteInterpreterOutputTestStream implements RemoteInterpreterProce
|
|||
|
||||
private RemoteInterpreter createMockInterpreter() {
|
||||
RemoteInterpreter intp = new RemoteInterpreter(
|
||||
new Properties(),
|
||||
MockInterpreterOutputStream.class.getName(),
|
||||
new File("../bin/interpreter.sh").getAbsolutePath(),
|
||||
"fake",
|
||||
env,
|
||||
10 * 1000,
|
||||
this);
|
||||
|
||||
new Properties(),
|
||||
MockInterpreterOutputStream.class.getName(),
|
||||
new File("../bin/interpreter.sh").getAbsolutePath(),
|
||||
"fake",
|
||||
"fakeRepo",
|
||||
env,
|
||||
10 * 1000,
|
||||
this);
|
||||
|
||||
intpGroup.add(intp);
|
||||
intp.setInterpreterGroup(intpGroup);
|
||||
|
|
|
|||
Loading…
Reference in a new issue