mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix test
Signed-off-by: karuppayya <karuppayya1990@gmail.com>
This commit is contained in:
parent
d4e54e8cad
commit
42d92ac964
1 changed files with 1 additions and 11 deletions
|
|
@ -314,17 +314,7 @@ public class SparkInterpreterTest {
|
|||
new AngularObjectRegistry(intpGroup.getId(), null),
|
||||
new LocalResourcePool("id"),
|
||||
new LinkedList<InterpreterContextRunner>(),
|
||||
new InterpreterOutput(new InterpreterOutputListener() {
|
||||
@Override
|
||||
public void onAppend(InterpreterOutput out, byte[] line) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUpdate(InterpreterOutput out, byte[] output) {
|
||||
|
||||
}
|
||||
}));
|
||||
new InterpreterOutput(null));
|
||||
repl.interpret("sc.parallelize(1 to 10).map(x => {x}).collect", intpCtx);
|
||||
Map<String, String> paraInfos = paraIdToInfosMap.get(intpCtx.getParagraphId());
|
||||
String jobUrl = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue