Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to install impala-shell on RHEL 8.3 to communicate with CDH 6.3.2?

avatar
New Contributor

From below error message, we can see that currently installing impala-shell is not possible. 

Any suggestion?

 

yum install impala-shell
Updating Subscription Management repositories.
<repository update output>
Error:
Problem: package impala-shell-3.2.0+cdh6.3.2-1605554.el7.x86_64 requires python-setuptools, but none of the providers can be installed
- conflicting requests
- package python-setuptools-0.9.8-7.el7.noarch is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

 

OS version is "Red Hat Enterprise Linux release 8.3 (Ootpa)". 

1 REPLY 1

avatar
Contributor

Hello @DanHL 

 

Which python version you are using?

 

Looks like the python-setuptools not installed in your system. If you are using python3 try to install the python-setuptools using pip3

 

> pip3 install python-setuptools

> yum install impala-shell

 

Please accept the solution, if its works. Thanks