ParkGyeongTae commented on code in PR #4793:
URL: https://github.com/apache/zeppelin/pull/4793#discussion_r1731350883
##########
file/src/test/java/org/apache/zeppelin/file/HDFSFileInterpreterTest.java:
##########
@@ -34,6 +34,7 @@
import org.apache.zeppelin.interpreter.InterpreterResult;
import org.apache.zeppelin.interpreter.thrift.InterpreterCompletion;
import org.junit.jupiter.api.Test;
+import org.slf4j.LoggerFactory;
Review Comment:
I have completed this task.
##########
zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java:
##########
@@ -1605,7 +1605,7 @@ private void runAllParagraphs(NotebookSocket conn,
});
}
} catch (Throwable t) {
- NotebookServer.LOG.error("Error in running all paragraphs", t);
+ NotebookServer.LOGGER.error("Error in running all paragraphs", t);
Review Comment:
I have completed this task.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]