You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/16 08:24:27 UTC

[GitHub] [incubator-linkis] Andywli commented on issue #2805: [Question] When the hive engine is scheduled, the following error is reported EngineConnPluginNotFoundException: errorCode: 70063

Andywli commented on issue #2805:
URL: https://github.com/apache/incubator-linkis/issues/2805#issuecomment-1216306176

   The version of the corresponding engine is not modified during installation, so the engine type inserted into the db by default is the default version, and the compiled version is not the default version. Specific modification steps: cd /appcom/Install/dss.conf-linkis/linkis/lib /linkis-engineconn-plugins/, modify the v2.1.1 directory name in the dist directory to v1.2.1
   安装的时候没有修改对应引擎的Version导致,所以默认插入到db里面的引擎类型为默认版本,而编译出来的版本不是默认版本导致。具体修改步骤:cd /appcom/Install/dss.conf-linkis/linkis/lib/linkis-engineconn-plugins/,修改dist目录下的v2.1.1 目录名 修改为v1.2.1 
   ![image](https://user-images.githubusercontent.com/55732213/184833431-0164ff12-36c7-42d2-82ec-154f03ca5669.png)
   
   
   Modify the subdirectory name 2.1.1 in the plugin directory to
   修改plugin目录下的子目录名2.1.1 为                           
   ![image](https://user-images.githubusercontent.com/55732213/184833459-576a2ebd-36ba-4e0c-bad0-0feab3be0bd8.png)
   
   
   The default version is 1.2.1. If it is Spark, you need to modify dist/v2.4.3 and plugin/2.4.3 accordingly. Finally restart the engineplugin service.
   默认版本的1.2.1。如果是Spark需要相应修改dist/v2.4.3 和plugin/2.4.3。最后重启engineplugin服务。
   
   
   
   
   
   
   


-- 
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