上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: 1. zookeeper快速上手 1.1. zookeeper的基本功能和应用场景 1.2. zookeeper的整体运行机制 1.3. zookeeper的数据存储机制 1.3.1. 数据存储形式 zookeeper中对用户的数据采用kv形式存储 只是zk有点特别: key:是以路径的形式表示的, 阅读全文
posted @ 2019-06-28 17:51 cerofang 阅读(557) 评论(0) 推荐(0)
摘要: 启动HIV 启动hiv的前提条件是HDFS和YARN都可以正常在启动中 /apps/apache-hive-1.2.1-bin/bin/hive 查询HIV的sql语句 select sex,count(1) from t_bigdata group by male ; hive的脚本化运行使用方式 阅读全文
posted @ 2019-06-28 14:02 cerofang 阅读(485) 评论(0) 推荐(0)
摘要: YUM快速安装redis https://www.cnblogs.com/hjw-zq/p/9778514.html redis安装参考文档并设置开机启动 https://www.cnblogs.com/shanhua-fu/p/10332651.html redis设置密码 https://www 阅读全文
posted @ 2019-03-22 18:23 cerofang 阅读(170) 评论(0) 推荐(0)
摘要: Unit01 阅读全文
posted @ 2019-03-14 11:30 cerofang 阅读(225) 评论(0) 推荐(0)
摘要: RDD算子 spark RDD api 阅读全文
posted @ 2019-03-08 09:38 cerofang 阅读(503) 评论(0) 推荐(0)
摘要: #############centos6.8IP常用操作命令#######################DEVICE=eth0TYPE=EthernetONBOOT=yesNM_CONTROLLED=yesBOOTPROTO=staticIPADDR=192.168.3.131GATEWAY=19 阅读全文
posted @ 2019-03-02 12:21 cerofang 阅读(682) 评论(0) 推荐(0)
摘要: 1,新建一个java的动态web工程; 2,建立一个user类 package cn.nsf.bean; public class User { private String name; private Integer age; public String getName() { return na 阅读全文
posted @ 2019-02-14 15:04 cerofang 阅读(103) 评论(0) 推荐(0)
摘要: 目录结构 java常用数据类型使用 https://www.cnblogs.com/cerofang/p/10250535.html java中的排序 https://www.cnblogs.com/cerofang/p/10273188.html java中对文件的基本操作 https://www 阅读全文
posted @ 2019-02-14 14:18 cerofang 阅读(121) 评论(0) 推荐(0)
摘要: Product类 User类 排序 用来运行的文件 阅读全文
posted @ 2019-01-15 17:33 cerofang 阅读(346) 评论(0) 推荐(0)
摘要: FileOutputStreamDemo文件的写 FileInputStreamDemo的读 阅读全文
posted @ 2019-01-15 17:29 cerofang 阅读(1877) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页