上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 45 下一页
摘要: 问题描述 运行hadoop的MapReduce示例,在running job卡住 在页面中显示一直处于 ACCEPTED Applications 状态 修改日志级别export HADOOP_ROOT_LOGGER=DEBUG,console查看下详细信息 DEBUG crypto.Openssl 阅读全文
posted @ 2017-06-27 22:40 牵牛花 阅读(731) 评论(0) 推荐(0)
摘要: 这个教程是2.4.1的 ,但是亲测对于2.6.5,是可以用的,对2.5.4应该也是支持的 1.准备Linux环境 1.0先将虚拟机的网络模式选为NAT 1.1修改主机名 vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=itcast ### 1.2修 阅读全文
posted @ 2017-06-27 17:12 牵牛花 阅读(184) 评论(0) 推荐(0)
摘要: 网站点击流日志分析,客户画像,推荐系统,bi系统 阅读全文
posted @ 2017-06-27 14:13 牵牛花 阅读(180) 评论(0) 推荐(0)
摘要: 节点有两种类型 短暂类型的,持久类型的 znode有四种形式的目录节点,默认是persistent 阅读全文
posted @ 2017-06-27 09:02 牵牛花 阅读(511) 评论(0) 推荐(0)
摘要: http://blog.jobbole.com/78960/ 阅读全文
posted @ 2017-06-24 12:01 牵牛花 阅读(390) 评论(0) 推荐(0)
摘要: redis中各种数据类型对应的jedis操作命令 jedispool使用自动归还jedis解决方案 阅读全文
posted @ 2017-06-24 10:51 牵牛花 阅读(252) 评论(0) 推荐(0)
摘要: http://www.tuicool.com/articles/IRvUJbN http://tengj.top/2016/05/06/threadvolatile4/?utm_source=tuicool&utm_medium=referral 阅读全文
posted @ 2017-06-24 09:24 牵牛花 阅读(105) 评论(0) 推荐(0)
摘要: Redis的事务 阅读全文
posted @ 2017-06-23 21:19 牵牛花 阅读(133) 评论(0) 推荐(0)
摘要: http://www.redis.cn/commands/expire.html 附录: Redis 过期时间 Keys的过期时间 通常Redis keys创建时没有设置相关过期时间。他们会一直存在,除非使用显示的命令移除,例如,使用DEL命令。 EXPIRE一类命令能关联到一个有额外内存开销的ke 阅读全文
posted @ 2017-06-23 13:58 牵牛花 阅读(2971) 评论(0) 推荐(0)
摘要: Redis:Remote Directionary Server (远程字典服务器) linux 下安装redis step1 解压 $ mkdir /usr/local/redis $ cd /usr/local/src $ wget http://redis.googlecode.com/fil 阅读全文
posted @ 2017-06-21 15:49 牵牛花 阅读(111) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 45 下一页