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!

Impala-shell client Install in Centos/RHEL8

avatar
Expert Contributor

Hello,

I wanted to install Impala-shell for remote querying my CDP cluster, but looking with no much success I found the latest impala-shell client is in: archive.cloudera.com/p/cdh7/7.1.2.1/redhat7/yum

nothing about 8 version, nothing about my CDP version: 7.1.8...

 

Finally going with this "old" version but now I'm facing these issues:

Juanes_0-1687333425459.png

I already have python2 and 3

Juanes_1-1687333586776.png

But not sure what more to try... no information at all in cloudera docs, even in apache impala web page 😞  

1 REPLY 1

avatar

@Juanes I believe you just need to resolve the missing dependency.   

Check out this solution:

> pip3 install python-setuptools

> yum install impala-shell

https://community.cloudera.com/t5/Support-Questions/How-to-install-impala-shell-on-RHEL-8-3-to-commu...