xunxunmimi5577 opened a new issue, #1671: URL: https://github.com/apache/datafusion-ballista/issues/1671
How should I check the execution time of each stage in Ballista? I used the REST API method, such as curl http://xxx.xx.xx.xx:50050/api/job/LWlhbrV/stages, and found that the results seem to be inaccurate. Like ``` { "stage_id":"5", "stage_status":"Successful", "input_rows":27787616, "output_rows":55575232, "elapsed_compute":"16ns" }, ``` but actually stage 5 took 65 second s. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
