- 发布于2021-12-02 14:18:17
Hang一小时后报错
➢ 问题 hang 1 小时后报错 analyze 相比之前慢一个小时 残留 qe 的栈 hang 在 receiveChunksUDP SendChunkUDP SendEosUDP ➢ 解答 通过 hawq SSH 执行 ps -ef | grep ...赞评论浏览 687 - 发布于2021-12-02 11:45:10赞评论浏览 658
- 发布于2021-12-02 11:44:11
6.1. gpfdist报警告Address already in use
gpfdist 会轮询 IPV4/IPV6 地址,可以通过 gpfdist -b 127.0.0.1 指定只监听 IPV4 地址赞评论浏览 658 - 发布于2021-12-02 11:43:56
6.2. 创建外部表报错create dir failed
➢ 问题 遇到外表创建不了的问题, 显示报错是 hdfs API create dir failed, errno: 13 ➢ 解答 要创建建外部表的文件夹需要有权限赞评论浏览 643 - 发布于2021-12-02 11:41:56
8.2. linux关闭防火墙
systemctl stop iptables systemctl disable iptables systemctl stop firewalld systemctl disable firewalld赞评论浏览 644 - 发布于2021-12-02 11:41:44
8.3. linux关闭selinux
sed -i "s/^SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config setenforce 0赞评论浏览 850