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.
**[linkis-manager-persistence] module errorcode optimization and documentation** **[linkis-cli-application ]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| |...
### 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 _No response_ ### Description EC history, which records the...
**[linkis-manager-common ]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ResourceWarnException|org.apache.linkis.manager.common.exception.ResourceWarnException| |...
**[linkis-label-common]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | LabelErrorException|org.apache.linkis.manager.label.exception.LabelErrorException| | LabelRuntimeException|org.apache.linkis.manager.label.exception.LabelRuntimeException|
**[linkis-entrance]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | EntranceErrorCode|org.apache.linkis.entrance.exception.EntranceErrorCode| | EntranceIllegalParamException|org.apache.linkis.entrance.exception.EntranceIllegalParamException|...
**[linkis-engineconn-manager-server ]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ECMErrorConstants|org.apache.linkis.ecm.server.errorcode.ECMErrorConstants| |...
**[linkis-engineconn-manager-core]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ECMCoreException|org.apache.linkis.ecm.core.exception.ECMCoreException|
**[linkis-engineconn-plugin-core ]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | EngineConnBuildFailedException|org.apache.linkis.manager.engineplugin.common.exception.EngineConnBuildFailedException| |...
**[linkis-computation-engineconn ]module errorcode optimization and documentation** **Example:** **documentation(文档)**  **Error code optimization(错误码优化)**  **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ComputationErrorCode|org.apache.linkis.engineconn.computation.executor.utlis.ComputationErrorCode|
### What is the purpose of the change There are lots of repeat codes which related to add memory unit in all kinds of engineplugin executor. This PR extracts add...