简体   繁体   中英

Hive installation issue on Apache Ambari HDP 2.5

I am getting following error when I am intalling Hive on Apache Ambari.

resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install hive2_2_5_3_0_37' returned 1. Error: Package: hive2_2_5_3_0_37-2.1.0.2.5.3.0-37.el6.noarch (HDP-2.5)

Do you know why this error occured ? Let me know your concerns.

Thanks in advance.

I'd try to run yum command on affected node manually without suspended log output, like

/usr/bin/yum install hive2_2_5_3_0_37

And see full error message. Maybe package installation took too long time to complete and timed out, or maybe it's already installed.

Also, Ambari usually shows entire error output. Did you check stderr log, not only stdout log in "requests" dialog?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM