10 2013 档案

Redis 主从复制
摘要:1 验证redis的主从复制,将实验过程抓图 2 如果使用redis做购物篮分析,就是记录超市或电子商务网站,每次顾客购物时他的购物车里有什么货品,然后计算出买某件货品(比如牛奶)的顾客,他的购物车里还有什么其它货物(比如鸡蛋)频繁出现,一次改善货架设计和推荐系统 问题1 在secureCRT 中 telnet localhost 6379之后 我输入redis的命令 如果输错了... 阅读全文

posted @ 2013-10-27 11:38 tneduts 阅读(272) 评论(0) 推荐(0)

LESSON THREE
摘要:安装redis,并使用ruby进行简单测试. 使用redis客户端ruby测试安装gemyum install rubygems安装ruby所需的redis-rb程序库 gem install redis yum install ruby-devel gem install system_timer 阅读全文

posted @ 2013-10-20 18:42 tneduts 阅读(165) 评论(0) 推荐(0)

SSIS OLEDB COMMAND RULES
摘要:The oledb commad transformation prepare the wrong data type for the parameter.With my test, I have known something about the rule. You write query likeCharindex(fileld_name,?)>0 the it will employee a inteter for you because the >0.If you use cast(charindex(field_name,?)>0 as varchar(255))= 阅读全文

posted @ 2013-10-08 21:20 tneduts 阅读(510) 评论(0) 推荐(0)

Hadoop step by step _ install and configuration environment
摘要:1.安装centos linux系统.2.配置静态IP3.配置防火墙4.添加hadoop用户5.检查并安装jdk 配置环境变量6.配置sshd服务7.配置ssh免密码登录8.格式化namenode并启动hadoop9.检查hadoop是否安装成功 推荐使用secureCRT 远程ssh登录几个虚拟机进行操作比较好.Chgrp -R hadoop hadoop改变hadoop文件夹所属的组至hadoopChown -R 改变文件(夹)所属的用户 配置开机自动启动sshd服务.Chkconfig --level 0123456 sshd on 修改状态Chkconfig --list sshd 查 阅读全文

posted @ 2013-10-01 13:40 tneduts 阅读(233) 评论(4) 推荐(0)

导航