1哪审、failure: repodata/repomd.xml frommysql56-community:[Errno 256] No more mirrors to try.
http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.21/repos/mysql-ppc64le/repodata/repomd.xml:[Errno 14] curl#6 - "Could not resolve host: s3.amazonaws.com; Unknownerror"
解決方案:查找到配置安裝包路徑的源文件蛾魄,刪除掉。然后重新添加有效的的yum源文件配置
2湿滓、parent directory /usr/hdp/current/spark-client/confdoesn't exist(沒有找到conf)
解決方案:創(chuàng)建軟連接到conf (執(zhí)行 :ln-s /etc/spark/conf ./conf?)
3滴须、
解決方案:在對(duì)應(yīng)的服務(wù)器下叽奥,
(1)創(chuàng)建hive用戶:CREATE?USER?‘hive’@'%'?IDENDIFIED?BY?'hive';
(2)給hive用戶賦權(quán):grant?all?privileges?on?*.*?to?hive@’%’;
(3)通過hive用戶登錄mysql:mysql –h127.0.0.1 –uhive –p
創(chuàng)建hive數(shù)據(jù)庫:create database hive;
4扔水、包沖突
--查找已安裝的包 ?rpm -qa |grep 沖突的包名
--刪除包? ? ? ? ? ? ? ? rpm -e 沖突的包名
--安裝包 ? ? ? ? ? ? ? ?yum install 新包名
其中要更換的兩個(gè)包:
mariadb-libs-5.5.50-1.el7_2.ppc64le
libtirpc-0.2.4-0.6.el7.ppc64le
在每臺(tái)服務(wù)器上安裝
libtirpc1-0.2.3-6.4.1.ppc64le.rpm
libtirpc-devel-0.2.3-6.4.1.ppc64le.rpm
for i `seq 138 140`;do scp lib* 10.19.88.$i:/tmp/ ;done (將包循環(huán)拷貝到138、139朝氓、140服務(wù)器上)