You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "QuantumXiecao (via GitHub)" <gi...@apache.org> on 2023/02/10 13:17:38 UTC

[GitHub] [linkis] QuantumXiecao commented on a diff in pull request #4155: [ISSUE-2393]Remove JarUdfEngineHook from flink engine conn properties

QuantumXiecao commented on code in PR #4155:
URL: https://github.com/apache/linkis/pull/4155#discussion_r1102756695


##########
linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/hook/UDFLoadEngineConnHook.scala:
##########
@@ -174,11 +174,11 @@ abstract class UDFLoad extends Logging {
     logger.info(s"Successful to execute function code ${runType}, type : ${udfType}")
   }
 
-  protected def loadUDF(labels: Array[Label[_]]): Unit = {
+  protected def loadUDF(): Unit = {
 
     val codes = getFunctionCode()
     if (null != codes && codes.nonEmpty) {
-      val executor = ExecutorManager.getInstance.getExecutorByLabels(labels)
+      val executor = ExecutorManager.getInstance.getReportExecutor

Review Comment:
   @peacewong 
   After revisiting codes constantly, I have finally got the point: flink engine conn now do not support udf.
   So configing the JarUdfEngineHook would cause the issue.
   By the way, I think in the future we should also support udf for flink in linkis. 
   
   



-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org