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

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


The following commit(s) were added to refs/heads/master by this push:
     new c534ada19 fix bug in EngineConnYarnLogOperator (#4827)
c534ada19 is described below

commit c534ada19d9bb063ac1eef965dd885333ed86c3a
Author: Alexyang <[email protected]>
AuthorDate: Thu Jul 27 10:22:17 2023 +0800

    fix bug in EngineConnYarnLogOperator (#4827)
    
    * linkis-accessible-executor - fix bug in DefaultOperateService
    
    * linkis-engineconn-manager-server - fix bug in EngineConnYarnLogOperator
---
 .../apache/linkis/ecm/server/operator/EngineConnYarnLogOperator.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/java/org/apache/linkis/ecm/server/operator/EngineConnYarnLogOperator.java
 
b/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/java/org/apache/linkis/ecm/server/operator/EngineConnYarnLogOperator.java
index e3302df08..6d3548274 100644
--- 
a/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/java/org/apache/linkis/ecm/server/operator/EngineConnYarnLogOperator.java
+++ 
b/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/java/org/apache/linkis/ecm/server/operator/EngineConnYarnLogOperator.java
@@ -39,9 +39,11 @@ import static 
org.apache.linkis.ecm.errorcode.EngineconnServerErrorCodeSummary.L
 public class EngineConnYarnLogOperator extends EngineConnLogOperator {
   private static final Logger logger = 
LoggerFactory.getLogger(EngineConnYarnLogOperator.class);
 
+  private static final String YARN_LOG_OPERATOR_NAME = "engineConnYarnLog";
+
   @Override
   public String[] getNames() {
-    return new String[] {EngineConnYarnLogOperator.OPERATOR_NAME};
+    return new String[] {EngineConnYarnLogOperator.YARN_LOG_OPERATOR_NAME};
   }
 
   @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to