上一页 1 2 3 4 5 6 7 ··· 26 下一页

基于hdfs文件创建hive表

摘要: create table customer row format SERDE 'org.apache.hadoop.hive.serde2.avro.AvroSerDe'stored as inputformat 'org.apache.hadoop.hive.ql.io.avro.AvroCont 阅读全文
posted @ 2021-03-03 00:19 rigidwang 阅读(546) 评论(0) 推荐(0)

数据存储层和Lambda批处理层架构

摘要: 阅读全文
posted @ 2021-03-02 12:39 rigidwang 阅读(68) 评论(0) 推荐(0)

kafka 配置事项

摘要: https://www.cnblogs.com/xuliang666/p/11871389.html 阅读全文
posted @ 2021-02-24 08:03 rigidwang 阅读(37) 评论(0) 推荐(0)

centos7时间同步

摘要: # 安装 yum -y install ntp ntpdate # 设置 ntpdate 0.asia.pool.ntp.org # 将系统时间写入硬件,防止重启失效 hwclock --systohc 阅读全文
posted @ 2021-02-22 15:44 rigidwang 阅读(57) 评论(0) 推荐(0)

lambda架构

摘要: sqoop:处理批量数据 flume:处理流式数据 阅读全文
posted @ 2021-02-22 14:00 rigidwang 阅读(30) 评论(0) 推荐(0)

hbase hadoop版本

摘要: https://hbase.apache.org/book.html#configuration 阅读全文
posted @ 2021-02-21 21:23 rigidwang 阅读(42) 评论(0) 推荐(0)

Activiti 用户手册 & SpringSecurity权限手册

摘要: # activiti5.16 http://www.mossle.com/docs/activiti/index.html # spring security http://www.mossle.com/docs/auth/html/index.html 阅读全文
posted @ 2020-12-18 10:10 rigidwang 阅读(223) 评论(0) 推荐(0)

企业微信查看浏览器内核版本

摘要: https://ie.icoa.cn/ 阅读全文
posted @ 2020-10-29 22:23 rigidwang 阅读(1857) 评论(0) 推荐(1)

nvm

摘要: https://zhuanlan.zhihu.com/p/54897903 阅读全文
posted @ 2020-09-26 21:50 rigidwang 阅读(86) 评论(0) 推荐(0)

kafka 发送原理

摘要: ack=0 # 生产者发送消息之后立即返回,不考虑是否发送成功,效率最高; ack=1 # 默认值,生产者发送消息之后,如果首领节点接收成功 则认为发送成功; ack=-1 #生产者发送消息之后,集群所有副本均收到哦消息之后才认为发送成功,效率最低,安全最高; 阅读全文
posted @ 2020-09-10 16:37 rigidwang 阅读(380) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页