We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c412dd6 commit ee98a84Copy full SHA for ee98a84
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Paragraph.java
@@ -292,7 +292,7 @@ protected Object jobRun() throws Throwable {
292
InterpreterSetting intp = getInterpreterSettingById(repl.getInterpreterGroup().getId());
293
while (intp.getStatus().equals(
294
org.apache.zeppelin.interpreter.InterpreterSetting.Status.DOWNLOADING_DEPENDENCIES)) {
295
- Thread.sleep(200);
+ Thread.sleep(200);
296
intp = getInterpreterSettingById(repl.getInterpreterGroup().getId());
297
}
298
if (this.noteHasUser() && this.noteHasInterpreters()) {
0 commit comments