hive 通过beeline ZK 方式连接后, 执行select count(*) from table ,连上其中某一个hs2 正常, 另一个hs2, 报错,
ERROR : Failed to execute tez graph.
检查 timeline log 发现有如下报错
解决方法:
查看ats-hbase状态
yarn app -status ats-hbase
方案一、尝试重启
yarn app -stop ats-hbase
yarn app -start ats-hbase
方案二、销毁重启yarn
yarn app -destroy ats-hbase
重启yarn
修改 hdfs ---->config---->proxy 参数为 *
修改yarn proxy 参数,都要改成*
网友评论