[Feature] ADD: show create routine load#6067
Conversation
|
In fact, these information will be displayed in the results of show routine load. |
Just like |
|
For example, I stopped it and then tried to restart it |
fe/fe-core/src/main/java/org/apache/doris/analysis/ShowCreateRoutineLoadStmt.java
Outdated
Show resolved
Hide resolved
|
You need to consider a question. The routine load after stopping may have the same name. |
Well, I've decided to support both |
This is no problem. |
|
PTAL @EmmyMiao87 |
|
|
||
| # SHOW CREATE ROUTINE LOAD | ||
| ## description | ||
| 该语句用于展示用户自定义例行导入作业的创建语句 |
There was a problem hiding this comment.
| 该语句用于展示用户自定义例行导入作业的创建语句 | |
| 该语句用于展示例行导入作业的创建语句 |
fe/fe-core/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
Outdated
Show resolved
Hide resolved
| dbName, | ||
| tableName, | ||
| PrivPredicate.LOAD)) { | ||
| ErrorReport.reportAnalysisException(ErrorCode.ERR_TABLEACCESS_DENIED_ERROR, "LOAD", |
There was a problem hiding this comment.
If user don’t have permission, we can simply not display it without reporting an error
|
* [Enhance] Support show unrecoverable tablets The unrecoverable tablets are tablets which non of their replicas are healthy. We should be able to find out these tablets then manual intervention. And these tablets should not be added to the tablet scheduler.
…information (apache#5947) * Record all backup jobs and support where clause
Co-authored-by: zouxinyi <zouxinyi@baidu.com>
1. Disable libhdfs3 on ARM, because it doesn't support ARM now. 2. Add compilation doc for ARM64
apache#6054) 1. check the parquet schema property on FE side. 2. auto generate parquet schema if not specified.
* SIMD instruction speed up the storage layer * 1. add DECHECK in power of 2 int32 2. change vector to array deduce the cost
Proposed changes
Add show create routine load
Fixed #5645