Created on
02-07-2020
12:35 PM
- last edited on
02-07-2020
05:16 PM
by
ask_bill_brooks
Hi
Can anyone help me to configure KRPC ?
Thanks
Created 02-07-2020 01:05 PM
hi @saihadoop,
Can you provide some additional details for those who may be able to assist you. Specifically, can you confirm that you are referring to the Apache Kudu remote procedure call framework? And if so, what are you trying to do with it?
Created 02-07-2020 02:49 PM
I am trying configure KRPC because if you see the below error the queries are hitting scalability limitations with the Thrift-RPC stack.
RPC client failed to connect: Couldn't open transport for p1i-hdp-srv09.lnt.com:22000 (connect() failed: Connection refused)
I researched on this issue and see that to avoid such errors. I have to configure KRPC.
Please go through the below link to get more info
https://blog.cloudera.com/scalability-improvement-of-apache-impala-2-12-0-in-cdh-5-15-0/
https://docs.cloudera.com/best-practices/latest/impala-performance/topics/bp-impala-kudu-rpc.html
Created 02-07-2020 05:12 PM
@saihadoopKRPC is enabled by default in CDH5.15 and above and is not supported in earlier versions. So you just need to upgrade to CDH5.15.
Created 04-15-2020 10:51 AM
To clarify my previous answer, you get KRPC by installing CDH5.15+ or CDH6.1+. CDH6.0 does not support KRPC.