Created on 03-15-2021 10:26 AM - edited 09-16-2022 07:41 AM
Hello,
I need to increase the query timeout (backend_client_rpc_timeout_ms) from current 5 minutes to 30 minutes. Could anyone guide me from where in Impala Configurations I can do this change. I did some checking but cannot find any related, appreciate any assistance / guidance.
Thanks
Amn
Created on 03-15-2021 11:16 PM - edited 03-15-2021 11:17 PM
Hello @Amn_468 ,
You may update this value as below:
• Cloudera Manager > Impala > Configuration > Update the value in "Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)"
• Click Save Changes and restart Impala.
Let me know if this helps.
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created on 03-15-2021 11:16 PM - edited 03-15-2021 11:17 PM
Hello @Amn_468 ,
You may update this value as below:
• Cloudera Manager > Impala > Configuration > Update the value in "Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)"
• Click Save Changes and restart Impala.
Let me know if this helps.
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-16-2021 03:03 AM
Thanks @tjangid
Just one doubt does it matter if we keep two dash (--backend_client_rpc_timeout_ms ) or
(-backend_client_rpc_timeout_ms ), please confirm.
Thanks
Amn
Created 03-16-2021 03:19 AM
Hello @Amn_468,
The property would include a double dash as "--backend_client_rpc_timeout_ms".
You may also want to refer to the below official documentation:
Kindly let me know if this helps!
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-16-2021 06:42 PM