Support Questions

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

Hive failed to install HDP2.5

avatar

I am in the deployment of HDP2.5 cluster, other services are installed properly, but the installation hive failed, error reporting lack python-argparse, but I manually install argparse, still at the same mistake, I want to know why? Thank you! I am very eager to know where is the problem?

1 ACCEPTED SOLUTION

avatar

@li michael

I faced same issue and I resolved the issue after update the python package with

yum update python*

Once try and if this also help you to resolve the issue.

View solution in original post

21 REPLIES 21

avatar

@Ayub PathanThank you for your attention, I have installed argparse, the following picture is specific information

8042-hive3.jpg

avatar

@li michael

I faced same issue and I resolved the issue after update the python package with

yum update python*

Once try and if this also help you to resolve the issue.

avatar

@Ashnee SharmaThank you very much ! I'll try it right away.

avatar

@Ashnee SharmaI never did not install or upgrade python!Can you describe the specific steps?Thank you !

avatar
@li michael

Are you have internet on your machine, then only need to execute the command

yum update python*

If you dont have then you need to configure local cent os repo.

avatar

@Ashnee SharmaThank you very much. The problem is solved. I upgraded the python according to your method. I feel so excited! But I am confused, why does this problem appear?Is the official not taking into account this problem?

avatar
Super Collaborator

Please accept the answer. So it will help to others.

avatar

avatar
New Contributor

For the cluster without Internet connection,

1) download the package on the other host (internet reachable).

http://mirror.centos.org/centos/6/os/x86_64/Packages/python-argparse-1.2.1-2.1.el6.noarch.rpm

2) copy and install it to all the nodes in the cluster.

avatar

@Tom Onishi

Thank you very much !