Installing cloudera impala without cloudera manager

倾然丶 夕夏残阳落幕 提交于 2021-02-18 06:59:59

问题


Kindly provide the link for installing the imapala in ubuntu without cloudera manager. Couldn't able to install with official link.

Unable to locate package impala using these queries :

sudo apt-get install impala             # Binaries for daemons
sudo apt-get install impala-server      # Service start/stop script
sudo apt-get install impala-state-store # Service start/stop script

回答1:


First you need to get the list of packages and store it in /etc/apt/sources.list.d/, then update the packages, then you fire the Impala queries.

At the terminal do the following:

cd /etc/apt/sources.list.d/
wget http://archive.cloudera.com/impala/ubuntu/precise/amd64/impala/cloudera.list
sudo apt-get update
sudo apt-get install impala             # Binaries for daemons
sudo apt-get install impala-server      # Service start/stop script
sudo apt-get install impala-state-store # Service start/stop script



回答2:


Have you installed the correct list file? See "Packages and Repositories" on page 14. http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/latest/PDF/Installing-and-Using-Impala.pdf



来源:https://stackoverflow.com/questions/17146504/installing-cloudera-impala-without-cloudera-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!