nichunen commented on a change in pull request #840: KYLIN-4162 After the 
paragraph is dropped, continue to build the subsequent segment and provide REST 
API to resubmit the segment
URL: https://github.com/apache/kylin/pull/840#discussion_r347909155
 
 

 ##########
 File path: 
server-base/src/main/java/org/apache/kylin/rest/controller/CubeController.java
 ##########
 @@ -855,6 +863,40 @@ public CubeRequest updateCubeDesc(@RequestBody 
CubeRequest cubeRequest) throws J
 
     }
 
+    /**
+     * resubmit streaming segment
+     *
+     * @throws IOException
+     */
+    @RequestMapping(value = "/{cubeName}/segs/{segmentName}/resubmit", method 
= { RequestMethod.PUT }, produces = {
 
 Review comment:
   Why not put the api in JobController?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to