Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Increase backend_client_rpc_timeout_ms

avatar
Rising Star

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

1 ACCEPTED SOLUTION

avatar
Expert Contributor

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.

View solution in original post

4 REPLIES 4

avatar
Expert Contributor

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.

avatar
Rising Star

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

avatar
Expert Contributor

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:

https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/impala-manage/topics/impala-timeout-thrift.ht...

 

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.

avatar
Rising Star

Thanks @tjangid 

 

Appericate all your assistance