You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/05/27 02:51:22 UTC

[incubator-linkis-website] branch dev updated: update blog

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new fef7a40d7 update blog
     new 0a2521818 Merge pull request #280 from casionone/dev
fef7a40d7 is described below

commit fef7a40d794bc8eeec8541d8cf59fc53228ce7a1
Author: casionone <ca...@gmail.com>
AuthorDate: Fri May 27 10:49:03 2022 +0800

    update blog
---
 .../2022-05-12-release-1.1.1.md                            | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/2022-05-12-release-1.1.1.md b/i18n/zh-CN/docusaurus-plugin-content-blog/2022-05-12-release-1.1.1.md
index ea1c16575..f2d2f6064 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/2022-05-12-release-1.1.1.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2022-05-12-release-1.1.1.md
@@ -21,25 +21,21 @@ tags: [version]
 
 
 ### 新特性1 支持代理用户模式
-linkis在执行用户提交的任务时,linkis的主进程会通过sudo -u ${submit user} 切换到对应用户下,然后执行对应的引擎启动shell命令, 这就需要为每个${submit user} 提前创建对应的系统用户,并且配置好相关的环境变量。 
+linkis在执行用户提交的任务时,linkis的主进程会通过 sudo -u ${submit user} 切换到对应用户下,然后执行对应的引擎启动shell命令, 这就需要为每个${submit user} 提前创建对应的系统用户,并且配置好相关的环境变量。 
 对于新用户,需要一系列的环境的初始化准备工作,如果频繁的用户变化,会增大运维成本,而且用户过多,没法针对单个用户配置资源,资源之间无法很好的管控。代理用户模式的支持,能够实现用户A的任务代理给指定的代理用户执行,可以将执行入口统一收敛。后续DSS计划集成Linkis的代码用户模式(暂未发布),能够通过DSS管理台页面,对当前登陆用户的代理用户选择。
 
 
 ### 新特性2 UDF支持多版本控制
 1.1.1版本之前无法支持UDF多版本的控制,无法对某个UDF函数的历史版本进行查看和回退,并且UDF函数jar包/脚本物料是存储在服务器的主机上,如果更换服务器的话,需要做UDF函数jar包/脚本物料的同步迁移。
 新增linkis_ps_udf_version表 ,以支持UDF函数的多版本存储,依赖于目前linkis已有的BML物料管理功能,将udf函数的jar/脚本物料上传至BML管理的hdfs文件系统中。
-具体使用方式见:https://linkis.apache.org/zh-CN/docs/1.1.1/user_guide/udf
+具体使用方式见:https://linkis.apache.org/zh-CN/docs/latest/user_guide/udf
 
 ### 新特性3 新增数据虚拟化openLooKeng引擎插件
 openLooKeng用于支持数据探索、即席查询和批处理,具有100+毫秒至分钟级的近实时时延,而无需移动数据。openLooKeng还支持层次化部署,使地理上远程的openLooKeng集群能够参与相同的查询。利用其跨区域查询计划优化能力,涉及远程数据的查询可以达到接近“本地”的性能。 
-新增的openLooKeng引擎插件可以让Linkis拥有数据虚拟化的能力,支持提交跨源异构查询、跨域跨DC查询型任务。具体使用方式参考https://linkis.apache.org/zh-CN/docs/1.1.1/engine_usage/openlookeng
+新增的openLooKeng引擎插件可以让Linkis拥有数据虚拟化的能力,支持提交跨源异构查询、跨域跨DC查询型任务。具体使用方式参考https://linkis.apache.org/zh-CN/docs/latest/engine_usage/openlookeng
 
-### 新特性4 Yarn队列资源使用统计的可视化查看
-通过配置不同应用的yarn队列资源(CPU,内存)上限,可以对不同应用可使用的yarn队列资源进行隔离和限制。管理员用户可以在管理台页面,查看不同应用,当前yarn队列的已用资源和剩余可用资源。
 
-![img](https://user-images.githubusercontent.com/7869972/168034769-7a4f9a69-eabc-4c17-a056-ef62132bd727.png)
-
-### 新特性5 引擎进程日志文件页面查看
+### 新特性4 引擎进程日志文件页面查看
 对于启动的引擎进程,能够在管理台>ECM管理>某ECM具体引擎列表页面,直接查看进程的运行日志文件内容。方便某些异常问题的排查,以及引擎运行时,关键日志信息的查看。
 
 ![image](https://user-images.githubusercontent.com/7869972/168042702-1d0f998d-59d8-4a19-8803-a2a913bd4e5f.png)
@@ -119,7 +115,7 @@ Apache Linkis(incubating) 1.1.1的发布离不开Linkis社区的贡献者,感谢
 </table>
 
 ## 详细指引
-版本总览: https://linkis.apache.org/zh-CN/docs/1.1.1/release
+本版本总览: https://linkis.apache.org/zh-CN/docs/latest/release
 
 详细安装部署见指引:https://linkis.apache.org/zh-CN/docs/latest/deployment/quick_deploy
 


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