大数据技术分享 Hadoop技术分享 360超大规模HBase集群的改进 共43页.pdf
2022-06-09 14:05:43 1.51MB hadoop 大数据 hbase
大数据技术分享 Hadoop技术分享 淘宝HBase技术 共14页.pptx
2022-06-09 14:05:42 170KB hadoop 大数据 hbase
HBase3.0参考指南 This is the official reference guide for the HBase version it ships with. Herein you will find either the definitive documentation on an HBase topic as of its standing when the referenced HBase version shipped, or it will point to the location in Javadoc or JIRA where the pertinent information can be found. About This Guide This reference guide is a work in progress. The source for this guide can be found in the _src/main/asciidoc directory of the HBase source. This reference guide is marked up using AsciiDoc from which the finished guide is generated as part of the 'site' build target. Run mvn site to generate this documentation. Amendments and improvements to the documentation are welcomed. Click this link to file a new documentation bug against Apache HBase with some values pre-selected.
2022-05-31 15:07:05 12.44MB Hbase
1
Hbse工具包 包含hbase中各种增删改查
2022-05-31 14:05:45 4KB hbase 源码软件 数据库 database
1
此案例使用的是IDEA开发工具,项目属于maven项目 该案例中主要使用MapReduce作为处理组件进行数据处理,实现的案例有如通过javaapi实现hbase数据写入hdfs、hbase表数据复制到另一个表中等操作 对应(《HBase分布式存储系统应用》胡鑫喆 张志刚著)教材中案例
2022-05-30 19:06:45 56KB hbase mapreduce database javaapi
1
单独二胎 数学建模 • 点击上传资源即表示您确认该资源不违反资源分享的使用条款,并且您拥有该资源的所有版权或者上传资
2022-05-27 17:37:48 129KB 是大三大四的
1
ELK Stack搭建及使用.docx
2022-05-26 10:48:43 1.02MB ELK St
1
一、实验目的 上机实操,熟悉指令操作Hbase和java代码操作Hbase 二、实验环境 Windows 10 VMware Workstation Pro虚拟机 Hadoop环境 Jdk1.8 三、实验内容 1:指令操作Hbase (1):start-all.sh,启动所有进程 (2):start-hbase.sh,启动hbase (3):hbase shell,进入hbase (4):list,显示所有表 (5):解决显示所有表遇到的错误(由于集群处于安全模式,该模式下只能进行只读操作,要解除安全状态才能运行) (6):create 'tempTable', 'f1', 'f2', 'f3',创建tempTable表,'f1', 'f2', 'f3'是列族 (7):put 'tempTable', 'r1', 'f1:c1', 'hello',插入数据,r1是行名, f1:c1中f1是列族,c1是列,hello是数据 (8):scan 'tempTable',显示tempTable表的数据 (9):get 'tempTable', 'r1', {COLUMN=>'f1:c1'},
2022-05-25 14:07:40 6.86MB hbase hadoop 文档资料 数据库
hbase-2.2.7-bin.tar.gz
2022-05-21 14:06:13 210.57MB hbase 数据库 database 大数据
1
hbase-2.1.9-bin.tar.gz
2022-05-19 19:06:57 220.88MB hbase 综合资源 数据库 database
1
apache-phoenix-4.14.0-HBase-1.2-src.tar.gz 。。。。。。
2022-05-18 21:20:11 3.81MB phoenix-4.14 apache-phoen phoenix
1
Hbase以及安装文档
2022-05-14 19:06:03 103.78MB hbase 综合资源 数据库 database
1
phoenix异步创建索引时会全部转为大写,重新编译源码.区分大小写. 耗费了我2天时间,找源码下载编译.
2022-05-12 09:09:22 179.54MB 源码软件
1
phoenix-hbase-2.2-5.1.2-bin.tar.gz
2022-05-07 19:08:59 191.38MB hbase 数据库 database 大数据
1
A.4实验四:NoSQL和关系数据库的操作比较 本实验对应第6章的内容。 A.4.1实验目的 (1)理解4种数据库(MySQL、HBase,Redis和 MongoDB)的概念及不同点。(2)熟练使用4种数据库操作常用的 Shell命令。 (3)熟悉4种数据库操作常用的Java API。 A.4.2实验平台 (1)操作系统:Linux(建议Ubuntu 16.04)。(2)Hadoop版本:2.7.1。 (3)MySQL版本:5.7.15。(4)HBase版本:1.1.2。(5)Redis版本:3.0.6。 332 大数据基础编程、实验和案例教程 (6)MongoDB版本:3.2.6。(7)JDK版本:1.7或以上版本。(8)Java IDE:Eclipse。
2022-05-06 09:07:11 1.54MB 大数据 NoSQL数据库 HBase