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/30 03:06:14 UTC

[incubator-linkis-website] branch dev updated: update release-1.1.1 (#288)

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 fdcff606b update release-1.1.1 (#288)
fdcff606b is described below

commit fdcff606b817e85905b1cc609c791b9fb1df13d9
Author: Casion <ca...@gmail.com>
AuthorDate: Mon May 30 11:06:09 2022 +0800

    update release-1.1.1 (#288)
---
 .../docusaurus-plugin-content-blog/2022-05-12-release-1.1.1.md    | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 f2d2f6064..09a6f5083 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
@@ -5,7 +5,7 @@ tags: [version]
 ---
 
 ## 概述
-本次发布的1.1.1版本,主要支持UDF多版本控制;支持将UDF函数的jar包/脚本物料上传至BML管理的hdfs文件系统;提交任务支持Yarn队列资源使用统计采集和查看;管理台的ECM管理页面能支持运行中的引擎日志文件的查看;新增对数据虚拟化引擎OpenLooKeng的支持。
+本次发布的1.1.1版本,主要支持UDF多版本控制;支持将UDF函数的jar包/脚本物料上传至BML管理的hdfs文件系统;提交任务支持Yarn队列资源使用情况的采集和查看;管理台的ECM管理页面能支持运行中的引擎日志文件的查看;新增对数据虚拟化引擎openLooKeng的支持;修复社区反馈已知bug。
 
 
 缩写:
@@ -22,7 +22,7 @@ tags: [version]
 
 ### 新特性1 支持代理用户模式
 linkis在执行用户提交的任务时,linkis的主进程会通过 sudo -u ${submit user} 切换到对应用户下,然后执行对应的引擎启动shell命令, 这就需要为每个${submit user} 提前创建对应的系统用户,并且配置好相关的环境变量。 
-对于新用户,需要一系列的环境的初始化准备工作,如果频繁的用户变化,会增大运维成本,而且用户过多,没法针对单个用户配置资源,资源之间无法很好的管控。代理用户模式的支持,能够实现用户A的任务代理给指定的代理用户执行,可以将执行入口统一收敛。后续DSS计划集成Linkis的代码用户模式(暂未发布),能够通过DSS管理台页面,对当前登陆用户的代理用户选择。
+对于新用户,需要一系列的环境的初始化准备工作,如果频繁的用户变化,会增大运维成本,而且用户过多,没法针对单个用户配置资源,资源之间无法很好的管控。代理用户模式的支持,能够实现用户A的任务代理给指定的代理用户执行,可以将执行入口统一收敛。后续DSS计划集成linkis的代理用户模式(DSS计划版本为1.1.0),能够通过DSS管理台页面,对当前登陆用户的代理用户选择。
 
 
 ### 新特性2 UDF支持多版本控制
@@ -32,7 +32,7 @@ linkis在执行用户提交的任务时,linkis的主进程会通过 sudo -u ${
 
 ### 新特性3 新增数据虚拟化openLooKeng引擎插件
 openLooKeng用于支持数据探索、即席查询和批处理,具有100+毫秒至分钟级的近实时时延,而无需移动数据。openLooKeng还支持层次化部署,使地理上远程的openLooKeng集群能够参与相同的查询。利用其跨区域查询计划优化能力,涉及远程数据的查询可以达到接近“本地”的性能。 
-新增的openLooKeng引擎插件可以让Linkis拥有数据虚拟化的能力,支持提交跨源异构查询、跨域跨DC查询型任务。具体使用方式参考https://linkis.apache.org/zh-CN/docs/latest/engine_usage/openlookeng
+新增的openLooKeng引擎插件可以让Linkis拥有数据虚拟化的能力,支持提交跨源异构查询、跨域跨DC查询型任务。具体使用方式见:https://linkis.apache.org/zh-CN/docs/latest/engine_usage/openlookeng
 
 
 ### 新特性4 引擎进程日志文件页面查看
@@ -67,7 +67,7 @@ openLooKeng用于支持数据探索、即席查询和批处理,具有100+毫
 * \[Common][[Linkis-1721]](https://github.com/apache/incubator-linkis/pull/1721)   修复Kerberos认证失败时, hdfsFileSystem未进行刷新的问题
 * \[UDF][[Linkis-1728]](https://github.com/apache/incubator-linkis/pull/1728)  优化/api/rest_j/v1/udf/all的API接口偶发的查询耗时高的问题
 * \[Config][[Linkis-1859]](https://github.com/apache/incubator-linkis/issues/1859) 修复管理台参数配置saveFullTree接口,主键重复异常问题
-* \[Clinet][[Linkis-1739]](https://github.com/apache/incubator-linkis/pull/1739) 修复ujes-client的请求中,存在的参数拼写错误导致参数传递失败问题
+* \[Client][[Linkis-1739]](https://github.com/apache/incubator-linkis/pull/1739) 修复ujes-client的请求中,存在的参数拼写错误导致参数传递失败问题
 * \[Client][[Linkis-1783]](https://github.com/apache/incubator-linkis/pull/1783) 修复任务创建人creator参数默认配置不生效的问题 
 * \[Client][[Linkis-1821]](https://github.com/apache/incubator-linkis/pull/1821)  修复ujes-client 请求实体类GetTableStatisticInfoAction参数缺失问题
 * \[EC][[Linkis-1765]](https://github.com/apache/incubator-linkis/issues/1765) 修复EC 在任务运行时触发tryShutdown存在的阻塞卡住问题


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