This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 422b58f  [minor] logging message correction
422b58f is described below

commit 422b58fb52c81051cdd5153c4531025f6b203c9b
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Mar 6 10:53:24 2020 +0800

    [minor] logging message correction
---
 .../src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/zeppelin-server/src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java 
b/zeppelin-server/src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java
index ca85498..82a0f51 100644
--- a/zeppelin-server/src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java
+++ b/zeppelin-server/src/main/java/org/apache/zeppelin/rest/ClusterRestApi.java
@@ -58,7 +58,7 @@ public class ClusterRestApi {
     if (zConf.isClusterMode()) {
       clusterManagerServer = ClusterManagerServer.getInstance(zConf);
     } else {
-      LOG.warn("Cluster mode id disabled, ClusterRestApi won't work");
+      LOG.warn("Cluster mode is disabled, ClusterRestApi won't work");
     }
   }
 

Reply via email to