摘要: http://blog.yorkgu.me/2012/02/09/kernel-nf_conntrack-table-full-dropping-packet/综合:ip_conntrack就是linux NAT的一个跟踪连接条目的模块,ip_conntrack模块会使用一个哈希表记录tcp 通讯协议的 established connection记录,当这个哈希表满了的时候,便会导致nf_conntrack: table full, dropping packet错误。解决办法如其所述,对ip_conntrack的两个参数进行设置即可,不过在centos上,需要这样设置:12345vi /e 阅读全文
posted @ 2013-11-22 14:54 silence.li 阅读(577) 评论(0) 推荐(0)
摘要: 下载cd /data0/software/hivewget http://mirror.bit.edu.cn/apache/hive/hive-0.12.0/hive-0.12.0-bin.tar.gz另一个hive-0.12.0.tar.gz,里面有docs和src文件夹解压tar zxvf /data0/software/hive/hive-0.12.0-bin.tar.gz -C /home/app/act/hive/ln -s /home/app/act/hive/hive-0.12.0 /home/app/srv/hive配置环境变量export HIVE_HOME=/home/ap 阅读全文
posted @ 2013-11-22 14:20 silence.li 阅读(663) 评论(0) 推荐(0)
摘要: 作用:Nscd is a daemon that provides a cache for the most common name service requests可以缓存passwd,group,hosts,services,netgroup,其中如果用于缓存dns配置如下 enable-cache hosts yes positive-time-to-live hosts 3600 negative-time-to-live hosts 20 suggested-size hosts 211 check-files hosts yes persistent hosts y... 阅读全文
posted @ 2013-11-22 13:52 silence.li 阅读(1442) 评论(0) 推荐(0)