I'm trying to install Apache Impala on Redhat following the official link - https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala, but as of now this didn't work.
can anyone please provide me the correct documents to install open source version of impala or guide me to the up to date official page for the same ?
I tried with below two unsuccessful methods:
1. sudo yum update sudo yum install impala sudo yum install impala-server sudo yum install impala-state-store
2. I tried running ./bin/bootstrap_development.sh after cloning https://gitbox.apache.org/repos/asf/impala.git repo.