jackjlli opened a new pull request #4628: [Pinot Bench Service] Implement data preparation component URL: https://github.com/apache/incubator-pinot/pull/4628 This PR implements cluster management component. Design doc: https://cwiki.apache.org/confluence/display/PINOT/Pinot+Benchmark+as+a+Service APIs: * Upload segment to perf table: ``` curl -X POST 'localhost:9008/data/segment' -F a=@transcript_0_0.tar.gz {"status":"Successfully uploaded segment: transcript_0_0 of table: transcriptTest_4"} ``` * Upload segments from prod table: ``` curl -X POST 'localhost:9008/data/mirror?from=baseballStats&to=baseballTest_4' {"status":"Successfully uploaded segments from mirror table"} ``` * Upload queries: ``` $ curl -X POST 'localhost:9008/data/queries?from=baseballStats&to=baseballTest_4' -F [email protected] {"status":"Successfully uploaded queries for Table: baseballTest_4"} ```
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
