We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e54e8 commit 42d92acCopy full SHA for 42d92ac
1 file changed
spark/src/test/java/org/apache/zeppelin/spark/SparkInterpreterTest.java
@@ -314,17 +314,7 @@ public void testParagraphUrls() {
314
new AngularObjectRegistry(intpGroup.getId(), null),
315
new LocalResourcePool("id"),
316
new LinkedList<InterpreterContextRunner>(),
317
- new InterpreterOutput(new InterpreterOutputListener() {
318
- @Override
319
- public void onAppend(InterpreterOutput out, byte[] line) {
320
-
321
- }
322
323
324
- public void onUpdate(InterpreterOutput out, byte[] output) {
325
326
327
- }));
+ new InterpreterOutput(null));
328
repl.interpret("sc.parallelize(1 to 10).map(x => {x}).collect", intpCtx);
329
Map<String, String> paraInfos = paraIdToInfosMap.get(intpCtx.getParagraphId());
330
String jobUrl = null;
0 commit comments