go语言实现锁技术分享 / 2021-06-26 / go为什么加锁 安全问题 程序并发或并行时,对全局变量的修改需要加锁,保证串行化。 锁的缺点 未抢到锁的程序(进程 […] go语言实现锁 Read More »
推荐系统实操技术分享 / 2021-06-20 / 代码环境准备 数据预处理 hive建表 应用词表: CREATE EXTERNAL TABLE IF NOT EX 推荐系统实操 Read More »
推荐系统架构技术分享 / 2021-06-12 / 架构原理 根据用户画像推荐物品 用户画像 一堆多维数据来刻画一个人(年龄、职业、收入、行为。。。) 离线画像数据 推荐系统架构 Read More »
Protobuf技术分享 / 2021-06-11 / 中间件Protobuf简介 什么是 Google Protocol Buffer? 假如您在网上搜索,应该会得到类似 Protobuf Read More »
HBase搭建技术分享 / 2021-06-10 / 大数据伪分布式 配置环境变量 vi /etc/profile source /etc/profile export HBase搭建 Read More »
HiveServer2技术分享 / 2021-06-05 / 大数据启动 node02 hive -service hiveserver2 http://node02:10002 HiveServer2 Read More »
hive搭建——远程元数据服务模式技术分享 / 2021-06-03 / 大数据架构 Hiv Cli MetaStore Server MySQL node01 * node02 * nod hive搭建——远程元数据服务模式 Read More »
hive搭建——远程数据库模式技术分享 / 2021-06-02 / 大数据APACHE HIVE TM 下载安装包 wget https://mirrors.bfsu.edu.cn/a hive搭建——远程数据库模式 Read More »