Files
doc-exports/docs/dli/umn/dli_03_0073.html
Su, Xiaomeng f701254745 dli_umn_0519_version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2023-05-20 10:20:05 +00:00

1.1 KiB

How Do I Set the Timeout Duration for Querying SQL Job Results Using SDK?

When you query the SQL job results using SDK, the system checks the job status when the job is submitted. The timeout interval set in the system is 300s. If the job is not in the FINISHED state, a timeout error is reported after 300s.

You are advised to use getJobId() to obtain the job ID and then call queryJobResultInfo(String jobId) or cancelJob(String jobId) to obtain the result or cancel the job.