Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

build impala1.3 error

avatar
Explorer
i want to install impala in CDH 5,when i install impala1.2.4,i get a error: :Could not read the HDFS root directory at hdfs,Failed on local exception: com.google.protobuf.InvalidProtocolBufferException,
 
i know it is probuf version,so i have to build impala 1.3-src,but there are many errors
can you give me some guides or is there impala1.3.rpm?
 
help me!!!
thank you very much!!!
3 ACCEPTED SOLUTIONS

avatar
Expert Contributor

avatar
Expert Contributor

avatar
Contributor
You might be pointing to an old Impala repo under /etc/yum.repos.d/. You
can either cleanup the old repo files under /etc/yum.repos.d/ or force only
the CDH5 repo to be used:

sudo yum install impala --disablerepo='*' --enablerepo="cloudera-cdh5"

Thanks,
Lenni

View solution in original post

9 REPLIES 9

avatar
Expert Contributor

Hi - 

 

You can get CDH5 from http://www.cloudera.com/content/support/en/downloads/download-components/download-products.html, which includes Impala 1.3.

 

Best,

Henry

avatar
Explorer
there is not impala-1.3.tar or impala-1.3.rpm? if i want to build impala-1.3.0-cdh5-src,how can i do it?

avatar
Explorer

hi,henry,i download hadoop-2.3.0-cdh5.0.0.tar.gz,but i can not find impala,how can i start it?

 

help me!

thank you very much!!!

avatar
Expert Contributor

Full installation instructions to install from RPM are here: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/C...

 

Best,

Henry

avatar
Explorer

hey,http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/C... have tried many times in that way:

 

sudo yum install impala # Binaries for daemons
$ sudo yum install impala-server # Service start/stop script
$ sudo yum install impala-state-store # Service start/stop script
$ sudo yum install impala-catalog

 

 

,but it install impala1.2.4,it can not work.

i install CDH in tar:hadoop-2.3.0-cdh5.tar.gz

avatar
Contributor
You might be pointing to an old Impala repo under /etc/yum.repos.d/. You
can either cleanup the old repo files under /etc/yum.repos.d/ or force only
the CDH5 repo to be used:

sudo yum install impala --disablerepo='*' --enablerepo="cloudera-cdh5"

Thanks,
Lenni

avatar
Explorer

hey,Is kuff,i tried "yum install impala --disablerepo='*' --enablerepo="cloudera-cdh5",but there is a error:"Error getting repository data for cloudera-cdh5, repository not found"

avatar
Explorer

yeah! i understand what you mean. impala-server work,thank you very much!!!

avatar
Explorer

hey ,my friend,i want to build impala source by impala-1.3.0-chd5.tar.gz,there are many problems.can you give me some guids or is there a notebook?