apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.3k stars 1.17k forks source link

[Linkis-Web] Basic data management optimization suggestions #3455

Closed casionone closed 2 years ago

casionone commented 2 years ago

1 image

2 When the edit button is clicked, and the new data button is clicked, the previous data will be automatically filled in image

3 image

4. image

image

5 page info style image 和/console/globalHistory 页面的分页样式保持一致

image

6 数据源环境管理需求

字段

对于 hive类型

如果数据源名称是hive 以下输入字段最终组装成json 作为 parameter 参数传递 【Hive地址】:文本类型 示例 thrift://127.0.0.1:9083 【是否开启kerberos认证】 radio单选项 默认否 如果是 【keytab认证文件】 文件上传 调用bml文件接口进行上传 http://linkis-gatewayip:port/api/rest_j/v1/bml/upload 返回resourceid 4dd408ad-a2f9-4501-83b3-139290977ca2 【认证的principle】文本类型 示例 "hadoop@APACHE.ORG" 【其它配置参数】 可选 文本 JOSN格式 示例 {"hive.metastore.execute.setugi":"true"} parameter json示例 和说明

{
    "uris": "thrift://127.0.0.1:9083", # 必选 如果未开启kerberos认证 下列[keytab][principle]参数可以为空
    "keytab": "bml resource id",//keytab 存储再物料库中的resourceId,目前需要通过http接口手动上传。
    "principle":"hadoop@WEBANK.COM" //认证的principle
    "hadoopConf":{} //额外的连接参数 可选
}

对于非hive类型

【配置参数】 必选 文本 JOSN格式

github-actions[bot] commented 2 years ago

:blush: Welcome to the Apache Linkis (incubating) community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

name description Subscribe Unsubscribe archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive