摘要: 原理图 两个集群 目的:扩容 HA联邦模式解决了单纯HA模式的性能瓶颈(主要指Namenode、ResourceManager),将整个HA集群划分为两个以上的集群,不同的集群之间通过Federation进行连接,使得HA集群拥有了横向扩展的能力。理论上,在该模式下,能够通过增加计算节点以处理无限增 阅读全文
posted @ 2018-09-25 20:12 star521 阅读(648) 评论(0) 推荐(0) 编辑
摘要: HA配置过程 0.选型 挑选指定的namenode。 s101 s105 1.配置s101和s105互相您能够ssh 2.配置文件 [ core-site.xml ] <?xml version="1.0"?> <configuration> <property> <name>fs.defaultF 阅读全文
posted @ 2018-09-25 20:09 star521 阅读(237) 评论(0) 推荐(0) 编辑
摘要: readme.md MarkDown文件 阅读全文
posted @ 2018-09-25 20:04 star521 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 从远程库pull拉取最新版本项目下来 阅读全文
posted @ 2018-09-25 20:01 star521 阅读(591) 评论(0) 推荐(0) 编辑
摘要: IDEA上传项目到GitHub 1.在github中创建一个账号:https://github.com 2.下载并安装git:https://git-scm.com/downloads 3.安装成功后打开Git Bash,输入下列命令,设置git全局用户名和邮箱 $ git config --glo 阅读全文
posted @ 2018-09-25 20:00 star521 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 克隆流程 1.项目的urL地址 https://github.com/oldboy-xupccc/big12.git 2.clone下来重命名 阅读全文
posted @ 2018-09-25 19:49 star521 阅读(162) 评论(0) 推荐(0) 编辑
摘要: RDBMS OLTP. relation database management system,关系型数据库管理系统。 支持事务(acid) 延迟低 安全行 V variaty : 多样性。 hive mr,sql 开发效率高。 数据仓库。 数据库: //OLTP OLTP //online tra 阅读全文
posted @ 2018-09-25 19:43 star521 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Hive基础 1、介绍 Hive是OLAP(online analyze process,在线分析处理)。通常称为数据仓库,简称数仓。内置很多分析函数,可进行海量数据的在线分析处理。hive构建在hadoop之上,使用hdfs作为进行存储,计算过程采用的是Mapreduce完成,本质上hive是对h 阅读全文
posted @ 2018-09-25 19:40 star521 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 安装注意 VIM 一路默认 阅读全文
posted @ 2018-09-25 09:44 star521 阅读(82) 评论(0) 推荐(0) 编辑