linkis icon indicating copy to clipboard operation
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.

Results 396 linkis issues
Sort by recently updated
recently updated
newest added

**[linkis-bml-client]errorcode code optimization** Related issues: #3405

### What is the purpose of the change The Qualitis wanted an interface to get a list of data source by ids, but not any interface can do it. ###...

### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-engineconnn-plugin ### Steps to reproduce 创建相同类型的jdbc链接,使用不同用户提交任务时会默认用第一个账号创建的链接 ![7883718ab4f146f3d5e884f70de92da](https://user-images.githubusercontent.com/42604208/191908631-a842ee77-cf78-4dca-a24e-e041f1f41396.png) ### Expected behavior 缓存的datasource的key粒度降低 ,使用url+username作为key...

bug

**[linkis-configuration]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190348639-d6d8eb80-5305-4209-9270-d3a862bbc50a.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ConfigurationException|org.apache.linkis.configuration.exception.ConfigurationException|

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description compile with jdk11 error ### Description no ### Use...

feature

### What is the purpose of the change Now there are too many Linkis services, and ECP is responsible for managing the materials of EngineConn. As a management service, it...

**[linkis-datasource-manager-server]errorcode code optimization** Related issues: #3412

**[linkis-datasource-manager ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190354492-0b215848-388c-43bc-8264-20ed45bb8521.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | JsonErrorException|org.apache.linkis.datasourcemanager.common.exception.JsonErrorException| |...

### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-web ### Steps to reproduce ERROR Job with execId-IDE_root_hive_6 + subJobId :...

bug

### What is the purpose of the change EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, EngineConn will...