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_r339910362
##########
File path:
server-base/src/main/java/org/apache/kylin/rest/controller/CubeController.java
##########
@@ -855,6 +863,38 @@ public CubeRequest updateCubeDesc(@RequestBody
CubeRequest cubeRequest) throws J
}
+ /**
+ * resubmit streaming segment
+ *
+ * @throws IOException
+ */
+ @RequestMapping(value = "/{cubeName}/segs/{segmentName}/resubmit", method
= {RequestMethod.PUT}, produces = {"application/json"})
Review comment:
How about adding this api as an action item for a streaming cube?
----------------------------------------------------------------
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