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

[GitHub] [incubator-linkis-website] binbinCheng opened a new pull request, #470: [ISSUES-469]add presto.md

binbinCheng opened a new pull request, #470:
URL: https://github.com/apache/incubator-linkis-website/pull/470

   Presto engine combined with linkis to use documentation
   Related issue #469 


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

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


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


[GitHub] [incubator-linkis-website] casionone merged pull request #470: [ISSUES-469]add presto.md

Posted by GitBox <gi...@apache.org>.
casionone merged PR #470:
URL: https://github.com/apache/incubator-linkis-website/pull/470


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

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


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


[GitHub] [incubator-linkis-website] casionone commented on a diff in pull request #470: [ISSUES-469]add presto.md

Posted by GitBox <gi...@apache.org>.
casionone commented on code in PR #470:
URL: https://github.com/apache/incubator-linkis-website/pull/470#discussion_r938480500


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/presto.md:
##########
@@ -40,11 +39,49 @@ ${LINKIS_HOME}/lib/linkis-engineplugins
 cd ${LINKIS_HOME}/sbin
 sh linkis-daemon.sh restart cg-engineplugin
 ```
+
+检查引擎是否刷新成功:可以查看数据库中的linkis_engine_conn_plugin_bml_resources这张表的last_update_time是否为触发刷新的时间。
+
+```sql
+#登陆到linkis的数据库 
+select *  from linkis_cg_engine_conn_plugin_bml_resources
+```
+
 ### 2.3 引擎的标签
 
 Linkis1.X是通过标签来进行的,所以需要在我们数据库中插入数据,插入的方式如下文所示。
 
-[EngineConnPlugin引擎插件安装](../deployment/engine-conn-plugin-installation) 
+```bash
+SET @PRESTO_LABEL="presto-x";

Review Comment:
   使用默认值 替换x 



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

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


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