一梦文章推荐业务(一)
# 1 数据库迁移需求
业务 mysql 数据库中的数据,会同步到我们的 hadoop 的 hive 数据仓库中。
为了避免直接连接、操作业务数据
同步一份数据在集群中方便进行数据分析操作
123456hive> show databases;OKdefaultprofiletoutiaoTime taken: 0.017 seconds, Fetched: 3 row(s)
创建 hive 业务数据库 onedream
1create database if not exists onedream comment "user,news information of onedream mysql" location '/user/hive/warehouse/onedream.db/';
# 2 sqoop 导入
用户:基本信息,关注,收藏,搜索,订阅(设置选择喜好频道)
文章:分类,文章
123456789101112131415161718192021#!/bin/basharray=(user_profile user_basic ...
Butterfly 安裝文檔(四) 主題配置-2
📖 本教程更新於 2023 年 02 月 20 日,教程的內容針對最新穩定版而更新(如果你是舊版,教程會有些出入,請留意)
🦋 Butterfly 已經更新到 4.7.0
📚 文檔目錄
🚀 快速開始 - 📑 主題頁面 - 🛠 主題配置 - 1 - ⚔️ 主題配置 - 2 - Post not found: Butterfly - 安裝文檔 - 五 - 主題問答 ❓ 主題問答 - Post not found: Butterfly - 安裝文檔 - 六 - 進階教程 ⚡️ 進階教程 - Post not found: Butterfly - 安裝文檔 - 七 - 更新日誌 ✨ 更新日誌 - Post not found: Butterfly - 打賞 🤞 打賞
你可以通過右下角的 簡 按鈕切換為簡體顯示
# 評論
通用設置DisqusDisqusjslivere(來必力)GitalkValineWalineUtterancesFacebook CommentsTwikooGiscusremark42artalk從 3.0.0 開始,開啟評論需要在 commen ...
Butterfly 安裝文檔(三) 主題配置-1
📖 本教程更新於 2023 年 02 月 20 日,教程的內容針對最新穩定版而更新(如果你是舊版,教程會有些出入,請留意)
🦋 Butterfly 已經更新到 4.7.0
📚 文檔目錄
🚀 快速開始 - 📑 主題頁面 - 🛠 主題配置 - 1 - ⚔️ 主題配置 - 2 - Post not found: Butterfly - 安裝文檔 - 五 - 主題問答 ❓ 主題問答 - Post not found: Butterfly - 安裝文檔 - 六 - 進階教程 ⚡️ 進階教程 - Post not found: Butterfly - 安裝文檔 - 七 - 更新日誌 ✨ 更新日誌 - Post not found: Butterfly - 打賞 🤞 打賞
你可以通過右下角的 簡 按鈕切換為簡體顯示
# 語言
修改站點配置文件 _config.yml
默認語言是 en
主題支持三種語言
default(en)
zh-CN (簡體中文)
zh-TW (繁體中文)
# 網站資料
修改網站各種資料,例如標題、副標題和郵箱等個人資料,請修改博客根目錄的 _c ...
Butterfly 安裝文檔(二) 主題頁面
📖 本教程更新於 2023 年 02 月 20 日,教程的內容針對最新穩定版而更新(如果你是舊版,教程會有些出入,請留意)
🦋 Butterfly 已經更新到 4.7.0
📚 文檔目錄
🚀 快速開始 - 📑 主題頁面 - 🛠 主題配置 - 1 - ⚔️ 主題配置 - 2 - Post not found: Butterfly - 安裝文檔 - 五 - 主題問答 ❓ 主題問答 - Post not found: Butterfly - 安裝文檔 - 六 - 進階教程 ⚡️ 進階教程 - Post not found: Butterfly - 安裝文檔 - 七 - 更新日誌 ✨ 更新日誌 - Post not found: Butterfly - 打賞 🤞 打賞
你可以通過右下角的 簡 按鈕切換為簡體顯示
# Front-matter
Front-matter 是 markdown 文件最上方以 --- 分隔的區域,用於指定個別檔案的變數。
Page Front-matter 用於 頁面 配置
Post Front-matter 用於 文章頁 配置
如果 ...
Butterfly 安裝文檔(一) 快速開始
📖 本教程更新於 2023 年 02 月 20 日,教程的內容針對最新穩定版而更新(如果你是舊版,教程會有些出入,請留意)
🦋 Butterfly 已經更新到 4.7.0
📚 文檔目錄
🚀 快速開始 - 📑 主題頁面 - 🛠 主題配置 - 1 - ⚔️ 主題配置 - 2 - Post not found: Butterfly - 安裝文檔 - 五 - 主題問答 ❓ 主題問答 - Post not found: Butterfly - 安裝文檔 - 六 - 進階教程 ⚡️ 進階教程 - Post not found: Butterfly - 安裝文檔 - 七 - 更新日誌 ✨ 更新日誌 - Post not found: Butterfly - 打賞 🤞 打賞
你可以通過右下角的 簡 按鈕切換為簡體顯示
hexo-theme-butterfly 是基於 hexo-theme-melody 的基礎上進行開發的。
# 安裝
Git安裝 (Github)Git安裝 (Gitee)npm安裝穩定版【建議】
在你的 Hexo 根目錄裏
1git clone -b ma ...