gnehil commented on code in PR #36862:
URL: https://github.com/apache/doris/pull/36862#discussion_r1710623698


##########
fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java:
##########
@@ -637,4 +653,138 @@ private String getAllHeaders(HttpServletRequest request) {
         }
         return headers.toString();
     }
+
+    @RequestMapping(path = "/api/ingestion_load/{" + DB_KEY + "}/_create", 
method = RequestMethod.POST)

Review Comment:
   It's done.



##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -606,6 +606,10 @@ public class Config extends ConfigBase {
     @ConfField(description = {"Yarn 配置文件的路径", "Yarn config path"})
     public static String yarn_config_dir = System.getenv("DORIS_HOME") + 
"/lib/yarn-config";
 
+    @ConfField(mutable = true, masterOnly = true, description = {"Bucket load 
的默认超时时间,单位是秒。",
+            "Default timeout for bucket load job, in seconds."})
+    public static int bucket_load_default_timeout_second = 86400; // 1 day

Review Comment:
   It's done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to