zjffdu commented on a change in pull request #3794:
URL: https://github.com/apache/zeppelin/pull/3794#discussion_r439301954
##########
File path:
flink/interpreter/src/main/java/org/apache/zeppelin/flink/JobManager.java
##########
@@ -110,7 +111,7 @@ public int getJobProgress(String paragraphId) {
}
public void cancelJob(InterpreterContext context) throws
InterpreterException {
- LOGGER.info("Canceling job associated of paragraph: "+
context.getParagraphId());
+ LOGGER.info("Canceling job associated of paragraph: " +
context.getParagraphId());
Review comment:
fixed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]