You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/13 13:36:26 UTC

[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1677: Classnotfoundexception when executing function script

Ritakang0451 commented on issue #1677:
URL: https://github.com/apache/incubator-linkis/issues/1677#issuecomment-1066103963


   Solution: modify the method of generating function statements, or use hiveaddjarsenginehook. Here, modify the constructcode method of jarudfenginehook. Replace all after packaging 
   override protected def constructCode(udfInfo:UDFInfo):String ={
   "%sql\n"+"add jar "+udfInfo.getPath +"\n%sql\n"+udfInfo.getRegisterFormat}
   
   


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

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



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