linkis
linkis copied to clipboard
Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
### Search before asking - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-commons ### Steps to reproduce 1. i packaged dss server 1.1.1 whith...
### Search before asking - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-dist ### Steps to reproduce ``` bash ./linkis-dist/helm/scripts/create-kind-cluster.sh \ && bash ./linkis-dist/helm/scripts/install-mysql.sh...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description **Background** Although some modules currently have unit tests, for...
### Search before asking - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-commons ### Steps to reproduce 版本:linkis 1.3.2 异常背景: 1. 服务全部正常运行 2. 排查jetty包冲突:sqoop引擎中没有jetty相关jar包,且linkis的所有jetty版本一致。...
### Search before asking - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-engineconnn-plugin ### Steps to reproduce 1. Create a shell node in the...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description Linkis中使用了大量的scala代码,对很多开发者不太友好,考虑将scala代码转换为java代码. Linkis uses a lot of scala code, which...
**描述**:Linkis的元数据信息存储支持多数据库 **需求**:将mybatis的mapper文件移动到resources/mapper/mysql/)下,在支持其它数据库时,可以新建一个子目录,如:resources/mapper/postgresql/ ------ 以jobhistory 为例 linkis-public-enhancements/linkis-jobhistory,当前linkis自身数据,只支持mysql 数据库方式。有些用户可能不是mysql,如果希望同时支持其他数据库如 PostgreSQL,这样用户可以根据自己实际使用情况选择使用 ``` |-- main | |-- java | |-- resources | | `-- mapper | | `-- common | | |-- JobDetailMapper.xml |...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description address: https://linkis.apache.org/docs/latest/about/introduction/ 中文地址: https://linkis.apache.org/zh-CN/docs/latest/about/introduction/ By reading the documents on...
### Search before asking - [X] I searched the [issues](https://github.com/apache/linkis/issues) and found no similar issues. ### Linkis Component linkis-computation-governance ### Steps to reproduce 1. make any parent path of ENGINECONN_ROOT_DIR...
**描述**:支持引擎资源参数按部门、用户管理 **需求内容** 1 支持按用户、部门进行spark、hive作业资源管控。 ------ **Description**: Support engine resource parameter management by department and user **Required content** 1 Support spark and hive job resource management and control by user and...